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.
npx claudepluginhub obra/knowledge-graphAdd 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}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
npxKG_DATA_DIR=${KG_DATA_DIR}KG_VAULT_PATH=${KG_VAULT_PATH}Share bugs, ideas, or general feedback.