docsmcp
Documentation
DocsMCP
A Model Context Protocol (MCP) server that provides documentation access to LLMs.
Overview
DocsMCP enables Large Language Models (LLMs) to access and query documentation from specified sources, whether from local files or remote URLs. It uses the Model Context Protocol (MCP) to facilitate communication between the LLM and documentation sources.
Usage
Cursor MCP Configuration
You can also configure DocsMCP in your Cursor project by creating a `.cursor/mcp.json` file:
{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"docsmcp",
"'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'"
]
}
}
}This configuration allows Cursor AI to use the documentation MCP server automatically when you open your project.
Note:
When specifying a source that contains spaces, ensure to wrap the entire string in quotes. For example:
'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'
VS Code MCP Configuration
You can configure DocsMCP in VS Code by adding a configuration to your `.vscode/mcp.json` file:
{
"servers": {
"documentation-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docsmcp",
"--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt"
]
}
}
}This configuration allows VS Code extensions that support MCP to use the documentation server automatically.
Available Tools
The MCP server provides two main tools:
getDocumentationSources
Lists all available documentation sources that have been configured.
getDocumentation
Fetches and parses documentation from a given URL or local file path.
Parameters:
- `url`: The URL or file path to fetch the documentation from
License
Frequently asked questions
What is docsmcp?
docsmcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install docsmcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is docsmcp open source?
Yes — it is hosted on GitHub at https://github.com/da1z/docsmcp and has 4 stars.
Related MCP tools
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP