Stats
Actions
Tags
From tdmcp
Connects to the TDMCP transport layer for Python tool execution and profile-based tool selection. Requires configuration for transport and Python environment.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"--yes",
"--package=@dpantani/[email protected]",
"tdmcp"
],
"env": {
"TDMCP_TRANSPORT": "stdio",
"TDMCP_RAW_PYTHON": "off",
"TDMCP_TOOL_PROFILE": "safe"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TDMCP_TRANSPORT=stdioTDMCP_RAW_PYTHON=offTDMCP_TOOL_PROFILE=safenpx claudepluginhub pantani/tdmcp --plugin tdmcp