documcp

c-premus/documcp
★ 1 stars Go 🧠 Memory/Knowledge Updated today
MCP server for document management — search, read, and manage docs via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "documcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/c-premus/documcp@latest"
      ]
    }
  }
}

README Excerpt

A documentation server that exposes knowledge bases through the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), enabling AI agents to search, read, and manage documentation. DocuMCP gives AI agents structured access to your documentation via MCP tools and prompts. It handles document ingestion, full-text search, and OAuth 2.1 authorization. Written in Go and shipped as a distroless container (~45 MB).

Tools (18)

APP_URLREDIS_ADDRcreate_documentdelete_documentdownload_templateget_deployment_guideget_template_fileget_template_structurelist_documentslist_git_templateslist_zim_archivesread_documentread_zim_articlesearch_documentssearch_git_templatessearch_zimunified_searchupdate_document

Topics

document-managementgolangmcpmcp-servermodel-context-protocol