Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"kgmd": {
"command": "python3",
"args": [
"${pluginDir}/../../server/main.py"
],
"env": {
"PYTHONPATH": "${pluginDir}/../../server"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${pluginDir}/../../servernpx claudepluginhub johncarpenter/kgmd-plugin --plugin kgmd