Go Docs Mcp
@drolosoft
About Go Docs Mcp
Multi-format document MCP server — read, search, OCR, and extract from PDF, TXT, MD, DOCX, CSV, and images. Single Go binary, 12 tools, smart caching.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docs": {
"command": "go-docs-mcp",
"env": {
"DOCS_MCP_DIR": "/path/to/your/documents"
}
}
}
}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 Go Docs Mcp?
Go Docs Mcp is a Go-based MCP server that provides multi-format document access — reading, searching, extracting images, OCR, and fetching documents from URLs — for AI assistants via the Model Context Protocol.
How to use Go Docs Mcp?
Install with go install github.com/drolosoft/go-docs-mcp@latest. Configure the document directory via the DOCS_MCP_DIR environment variable (default ~/.docs-mcp/documents/). The server communicates over stdio and can be added to Claude Code or Claude Desktop settings, or used directly with any MCP client.
Key features of Go Docs Mcp
- Multi-format support (PDF, TXT, MD, CSV, DOCX, images)
- Full-text search with context and page hints
- OCR for scanned documents and images
- Image extraction from documents as base64
- Directory-locked, read-only access for security
- Single binary, no runtime dependencies
Use cases of Go Docs Mcp
- An AI assistant reading a PDF report and answering questions about its content.
- Searching for keywords across a collection of local documents.
- Extracting tables from a DOCX file as structured data.
- OCR-ing a scanned contract to extract text from images.
- Fetching a document from a URL and reading its content directly.
FAQ from Go Docs Mcp
What formats does Go Docs Mcp support?
PDF, TXT, MD, CSV, DOCX, and images (PNG, JPG, TIFF). TXT, MD, and CSV have zero dependencies; PDF requires poppler; DOCX requires pandoc; images require tesseract.
What dependencies are required?
Go 1.25+ for building, poppler for PDF support, and optionally tesseract for OCR and pandoc for DOCX. TXT, MD, and CSV work out of the box.
How does Go Docs Mcp compare to other document MCP servers?
Unlike single-format servers, Go Docs Mcp handles six formats in one binary and offers OCR, image extraction, table extraction, and URL fetching — all with a single go install command.
Where are documents stored and how is access controlled?
Documents are read from a directory configured via DOCS_MCP_DIR (default ~/.docs-mcp/documents/). The server enforces directory-locked, read-only access with path traversal prevention.
What transport and authentication does Go Docs Mcp use?
It uses stdio transport with JSON-RPC 2.0. No authentication is mentioned; security is handled via directory-locked access and read-only operations.
More Memory & Knowledge MCP servers
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Comments