Docgraph
@Detective-XH
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docgraph": {
"command": "docgraph",
"args": [
"serve",
"--path",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
文件与存储 分类下的更多 MCP 服务器
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Sample S3 Model Context Protocol Server
aws-samplesWORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
评论