MCP Servers / development / Deephaven MCP

Deephaven MCP

JSON →
stdionone5development

MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.

Install
How to run this server
[ { "cmd": "pip install \"deephaven-mcp[community,enterprise]\"", "imports": [] } ]
server path: deephaven-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envDH_AUTH_TOKEN
envMY_AUTH_TOKEN
Resources
Deephaven MCP — MCP Server · libregistry