★ 0 stars
Go
🤖 AI/LLM
Updated today
Documentation knowledge graph MCP server for LLM agents. Indexes .md, .docx, .html, and .pdf into SQLite. 12 MCP tools: full-text search, cross-references, governance metadata, research provenance, drift audit, and topic similarity. Single binary. Zero runtime deps.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"docgraph": {
"command": "go",
"args": [
"run",
"github.com/Detective-XH/DocGraph@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add docgraph go run github.com/Detective-XH/DocGraph@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"docgraph": {
"command": "go",
"args": [
"run",
"github.com/Detective-XH/DocGraph@latest"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> **Governance metadata · Research provenance · Drift audit · Cross-reference tracking · Topic similarity · Multi-format** </div> Documentation knowledge graph MCP server. Indexes `.md`, `.docx`, `.html`, `.pdf`, and optional code-documentation surfaces into SQLite, extracts cross-references and topic similarity, and exposes the graph through 12 MCP tools over stdio.
Tools (20)
assessment_drift code_doc contains docgraph_context docgraph_embeddings docgraph_enrichment docgraph_explore docgraph_files docgraph_graph docgraph_history docgraph_node docgraph_search docgraph_similar docgraph_status docgraph_tags embeds entity governance links_external policy_process
Topics
agent claude codex documentation docx golang hermes html knowledge-graph llm markdown mcp mcp-server obsidian opencode