An MCP server that transforms markdown notes into an AI-powered knowledge graph. It enables LLM clients to explore, analyze, and diagnose knowledge graphs through tools for node explanation, path finding, causal chain analysis, and wiki health reporting.
{
"mcpServers": {
"brainforge": {
"command": "uvx",
"args": [
"brainforge-mcp"
]
}
}
}