circlesac/mcp-docs-server
If you are the rightful owner of mcp-docs-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server allows you to share Markdown files as live documentation across workspaces or companies, enabling agents to answer directly from your content.
mcp-docs-server
Share your knowledge as an MCP server.
Have Markdown files (knowledge) you want to share across workspaces or your company? Run them as an MCP docs server so agents can answer directly from your content.
Make your Markdown docs feel alive in coding agents like Cursor and Claude. Add reusable prompt templates to guide users through common workflows. Expose any file type (JSON, images, configs) as browsable MCP resources. When you're ready to roll it out to your team, publish as an npm package for consistent installs—everyone gets the same version with zero extra setup.
Inspired by Mastra’s excellent Mastra Docs Server, which shows how powerful doc-focused MCP servers can be.
If you're using Cursor, click "Add to Cursor" below to add the mcp-docs-server documentation with one click.
Or add this configuration to your MCP server settings:
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": ["-y", "@circlesac/mcp-docs-server"]
}
}
}
Get started
To get up and running quickly, start with the . It walks through the simple two-file setup and overview of all three deployment modes.
Three ways to serve your docs
- Local STDIO - Use for local development
- npm Package - Use to distribute via npm
- Cloudflare Worker - Use for remote deployment
See the for a comparison and detailed guides. For configuration options, see the . Learn how to create for common workflows. Expose . Full documentation: .
Contributing
See for local setup, testing, and release notes.