Stats
Actions
Tags
From engraph
Runs a local MCP server for the Engraph platform, enabling Claude to interact with Engraph's graph-based data and services.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"engraph": {
"command": "engraph",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
engraphCommand-line arguments passed to the server process
npx claudepluginhub devwhodevs/engraph --plugin engraph