Stats
Actions
Tags
From knowledge-graph
Local stdio MCP server for knowledge graph operations, using KG_DATA_DIR for data storage and KG_VAULT_PATH for vault access. Runs as TypeScript/Node.js subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"knowledge-graph": {
"command": "npx",
"args": [
"tsx",
"${CLAUDE_PLUGIN_ROOT}/src/mcp/index.ts"
],
"env": {
"KG_DATA_DIR": "${KG_DATA_DIR}",
"KG_VAULT_PATH": "${KG_VAULT_PATH}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
KG_DATA_DIR=${KG_DATA_DIR}KG_VAULT_PATH=${KG_VAULT_PATH}npx claudepluginhub obra/knowledge-graph