mcp-docs-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-docs-serverhow do I publish my docs as an npm package?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 Getting Started guide. It walks through the simple two-file setup and overview of all three deployment modes.
Three ways to serve your docs
Local STDIO - Use
servefor local developmentnpm Package - Use
publishto distribute via npmCloudflare Worker - Use
cloudflarefor remote deployment
See the Commands Overview for a comparison and detailed guides. For configuration options, see the Configuration Reference. Learn how to create reusable prompt templates for common workflows. Expose any file type as browsable resources. Full documentation: docs/index.md.
Related MCP server: mcp-docs
Contributing
See CONTRIBUTING.md for local setup, testing, and release notes.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA project-agnostic MCP server that exposes Markdown documentation from a project's /docs folder as MCP resources for AI agents. It provides stable, up-to-date context to reduce hallucinations and ensure agents remain aligned with project-specific conventions and goals.30MIT
- Alicense-qualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT
- Alicense-qualityDmaintenanceTransforms Markdown documentation into an intelligent knowledge base with AI-powered search and Q\&A through an MCP server.79MIT
- Flicense-qualityDmaintenanceMCP server that syncs Markdown docs from a GitHub repository and provides search, reading, and listing capabilities for AI agents.
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/circlesac/mcp-docs-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server