From kmgraph
Local MCP server 'llm-externalizer' running a Node.js process from mcp-server/dist/index.js. Purpose unclear from configuration alone.
npx claudepluginhub technomensch/knowledge-graph --plugin kmgraphAdd to your .mcp.json:
{
"mcpServers": {
"kmgraph": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node