Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From engraph
Runs a local MCP server for the Engraph platform, enabling Claude to interact with Engraph's graph-based data and services.
npx claudepluginhub devwhodevs/engraph --plugin engraphCopy 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
Share bugs, ideas, or general feedback.