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
2026/6/15
Updated
2026/6/17
Homepage
https://github.com/ingpoc/Claude