Docgraph
@Detective-XH
About Docgraph
A Go MCP server that indexes .md/.docx/.html/.pdf into a searchable knowledge graph and runs drift audits to flag stale, conflicting, or undocumented content — letting agents govern documents like code.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docgraph": {
"command": "docgraph",
"args": [
"serve",
"--path",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Docgraph?
Docgraph is a Go-based MCP server that indexes documents in .md, .docx, .html, and .pdf formats into a searchable knowledge graph and runs drift audits to flag stale, conflicting, or undocumented content, enabling agents to govern documents like code.
How to use Docgraph?
—
Key features of Docgraph
- Indexes .md, .docx, .html, and .pdf documents into a knowledge graph
- Builds a searchable graph of document content
- Runs drift audits to detect stale content
- Flags conflicting or undocumented content
- Designed for agent-driven document governance
Use cases of Docgraph
- Enable AI agents to govern document repositories like code repositories using drift audits
FAQ from Docgraph
What document formats does Docgraph support?
It supports .md, .docx, .html, and .pdf.
Does Docgraph require any external services or databases?
—
What is a drift audit?
A drift audit is a process that identifies stale, conflicting, or undocumented content within the indexed knowledge graph.
How does Docgraph handle authentication or transport?
—
What are the runtime requirements for Docgraph?
Docgraph is written in Go, but exact Go version or dependencies are not specified in the README.
Frequently asked questions
What document formats does Docgraph support?
It supports .md, .docx, .html, and .pdf.
What is a drift audit?
A drift audit is a process that identifies stale, conflicting, or undocumented content within the indexed knowledge graph.
What are the runtime requirements for Docgraph?
Docgraph is written in Go, but exact Go version or dependencies are not specified in the README.
Basic information
More Files & Storage MCP servers
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
Comments