docmost-mcp-server

Isak-Landin/docmost-mcp-server
★ 2 stars Python 🤖 AI/LLM Updated 1d ago
Docmost is a documentation software which is released under the label open source. However, they hide ai integration behind a paywall. Use this mcp server to allow agents to access your documentation - Read and Write.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docmost-mcp-server": {
      "command": "uvx",
      "args": [
        "docmost-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install docmost-mcp-server

Topics

copilot-clidocmostfreemcp-clientmcp-server