MCP server that exposes the local DKG daemon (projects, sub-graphs, activity, chat) to Cursor, Claude Code, and any other MCP-aware coding assistant.
{
"mcpServers": {
"origintrail-officialdkg": {
"command": "npx",
"args": [
"-y",
"@origintrail-official/dkg-mcp"
]
}
}
}