Deephaven MCP
JSON →MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.
Install
pip install "deephaven-mcp[community,enterprise]" Tools · 12
- query Execute a Deephaven query (Python/Groovy) on a session and return results
- create_session Create a new Deephaven Community Core or Enterprise session
- list_sessions List all active Deephaven sessions
- get_session_info Get detailed information about a specific Deephaven session
- delete_session Delete/terminate a Deephaven session
- list_tables List all tables available in a Deephaven session
- get_table_schema Get the schema/column definitions of a table in a Deephaven session
- get_table_data Retrieve data from a table in a Deephaven session
- search_docs Search Deephaven documentation for relevant information and examples
- get_doc_page Retrieve the content of a specific Deephaven documentation page
- get_environment_info Get environment information including package versions and system status
- execute_script Execute a Python or Groovy script file in a Deephaven session
Environment variables
DH_AUTH_TOKENMY_AUTH_TOKEN
Links
★ 5 GitHub stars