DocsMCP is a Model Context Protocol server that enables LLMs to access and query documentation from local files or remote URLs, facilitating seamless integration with AI development tools.
Lists all available documentation sources that have been configured.
Fetches and parses documentation from a given URL or local file path.
{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"docsmcp",
"'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'"
]
}
}
}