MCP.so
ログイン
D

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.

基本情報

カテゴリ

ファイルとストレージ

トランスポート

stdio

公開者

Detective-XH

投稿者

Detective-X

設定

以下の設定を使って、このサーバーを 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.

コメント

「ファイルとストレージ」の他のコンテンツ