1. getDocumentationSources
Lists all available documentation sources that have been configured.
2. getDocumentation
Fetches and parses documentation from a given URL or local file path.
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.
{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"docsmcp",
"'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'"
]
}
}
}