Installation & Configuration
{
"mcpServers": {
"knowledge-graph": {
"command": "node",
"args": [
"/absolute/path/to/mcp-knowledge-graph/dist/standalone-server.js"
],
"cwd": "/absolute/path/to/mcp-knowledge-graph",
"env": {
"NODE_ENV": "production",
"UI_API_PORT": "4000",
"QDRANT_URL": "http://localhost:6333",
"OPENAI_API_KEY": "your_openai_api_key"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/3
Updated
2025/6/4
Homepage
https://github.com/ingpoc/Claude