
MinDoc
by mindoc-org
Open-source API documentation management system with built-in MCP server for AI-driven doc access.
What it does
MinDoc is a comprehensive documentation management system specifically designed for IT teams to store and share API documents, database dictionaries, and manuals. Its integrated MCP server allows AI agents to directly access and query documentation, making the onboarding and technical reference process seamless.
Tools
get_docs: Retrieves specific documentation pages or project overviews.search_docs: Performs keyword searches across all managed projects.list_projects: Lists available documentation projects within the instance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mindoc": {
"command": "curl",
"args": ["-X", "POST", "http://127.0.0.1:8181/mcp/?api_key=demo-mcp-api-key"]
}
}
}
Note: Ensure Mindoc is running and the MCP server is enabled in app.conf.
Supported hosts
- Claude Desktop
- Dify
Quick install
docker run -p 8181:8181 --name=mindoc -e MINDOC_ENABLE_MCP_SERVER=true -d registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.2-beta.2Information
- Pricing
- free
- Published
- 5/24/2026
- stars






