test-dh-mcp
@chipkent
关于 test-dh-mcp
Explore creating a Deephaven Core MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"test-dh-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"<package>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is test-dh-mcp?
test-dh-mcp is a demonstration MCP (Model Context Protocol) server built with FastMCP, integrating Deephaven data workers. It provides tools for querying and managing Deephaven tables and is intended for developers using MCP clients like Claude Desktop.
How to use test-dh-mcp?
Install dependencies with pip or uv, then run the server with python src/mcp_server.py using either SSE (default, on port 8000) or stdio transport. The server connects to Deephaven workers defined in a JSON config file specified by the DH_MCP_CONFIG_FILE environment variable. Clients must use SSE transport; Claude Desktop configuration requires stdio transport.
Key features of test-dh-mcp
- Supports SSE and stdio transport modes.
- Integration with Deephaven data workers.
- Configurable multiple Deephaven workers via JSON file.
- Includes example client (
mcp_client.py) for testing. - Designed for use with Claude Desktop and MCP Inspector.
- Tools for listing tables and schemas from Deephaven.
Use cases of test-dh-mcp
- Querying table names and schemas from a Deephaven instance via MCP.
- Building custom MCP clients that interact with Deephaven data.
- Testing and debugging MCP tools with MCP Inspector.
- Integrating Deephaven data into Claude Desktop workflows.
- Demonstrating FastMCP server development with real data backends.
FAQ from test-dh-mcp
What is the DH_MCP_CONFIG_FILE environment variable?
It is a required environment variable that specifies the path to a JSON config file defining Deephaven workers. There is no default path; it must be set.
What tools does test-dh-mcp provide?
Tools include echo_tool, gnome_count_colorado, deephaven_worker_names, deephaven_default_worker, deephaven_list_tables, and deephaven_table_schemas.
Does the client work with stdio mode?
No, the Python client (mcp_client.py) only works when the server is running in SSE mode. Stdio mode is intended for Claude Desktop and MCP Inspector integration.
How do I configure Deephaven workers?
Create a JSON config file with a workers object mapping names to connection settings (host, port, auth_type, etc.) and optionally a default_worker. Specify the file path via DH_MCP_CONFIG_FILE.
How can I test the server with MCP Inspector?
Install the MCP Inspector via npm, then run it with the server command, passing the appropriate Python or uv executable and ensuring to use quoted string values for parameters.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论