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=\"${CODEX_PLUGIN_ROOT:-${MKG_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-}}}\"; [ -f \"$ROOT/pyproject.toml\" ] || ROOT=\"$(ls -dt \"${CODEX_HOME:-$HOME/.codex}\"/plugins/cache/*/meta-knowledge-graph/*/ 2>/dev/null | head -1)\"; [ -f \"$ROOT/pyproject.toml\" ] || ROOT=\"$(ls -dt \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}\"/plugins/cache/*/meta-knowledge-graph/*/ 2>/dev/null | head -1)\"; [ -f \"$ROOT/pyproject.toml\" ] || ROOT=\"${CLAUDE_PROJECT_DIR:-$PWD}\"; LAUNCHER=\"$ROOT/scripts/mcp-launcher.sh\"; [ -f \"$LAUNCHER\" ] || LAUNCHER=\"$ROOT/plugin/scripts/mcp-launcher.sh\"; exec bash \"$LAUNCHER\" \"$ROOT\""
]
}
}
}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 p/neo4j-labs-meta-knowledge-graph-plugin