Model Context Protocol (MCP) server for DKG V10. Exposes DKG node capabilities as MCP tools, allowing AI assistants (Cursor, Claude Desktop, etc.) to publish, query, and explore the knowledge graph.
{
"mcpServers": {
"origintrail-officialdkg": {
"command": "npx",
"args": [
"-y",
"@origintrail-official/dkg-mcp-server"
]
}
}
}