An MCP server for the DPC Zettelkasten — query the knowledge graph and read the commit-pinned citation behind every claim.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"Dans-Plugins/dpc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add dpc-mcp-server npx -y Dans-Plugins/dpc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"Dans-Plugins/dpc-mcp-server"
]
}
}
}