Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"meta-knowledge-graph": {
"command": "bash",
"args": [
"-c",
"ROOT=\"${CLAUDE_PLUGIN_ROOT}\"; [ -f \"$ROOT/pyproject.toml\" ] || ROOT=\"$(ls -d \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}\"/plugins/cache/*/meta-knowledge-graph/*/ 2>/dev/null | sort -V | tail -1)\"; [ -f \"$ROOT/pyproject.toml\" ] || ROOT=\"${CLAUDE_PROJECT_DIR:-$PWD}\"; exec uv run --project \"$ROOT\" meta-knowledge-graph"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub neo4j-labs/meta-knowledge-graph --plugin meta-knowledge-graph