MCP server for Discourse Graph — live Roam API, pilot analysis, knowledge indexing
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dg-team-mcp": {
"command": "npx",
"args": [
"-y",
"DiscourseGraphs/dg-team-mcp"
]
}
}
}
Run in terminal:
claude mcp add dg-team-mcp npx -y DiscourseGraphs/dg-team-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dg-team-mcp": {
"command": "npx",
"args": [
"-y",
"DiscourseGraphs/dg-team-mcp"
]
}
}
}