@mcpframework/mcp-framework-docs
v1.0.0
Published
MCP documentation server for mcp-framework — add mcp-framework docs to Claude Code, Cursor, or any MCP client
Downloads
109
Maintainers
Readme
@mcpframework/mcp-framework-docs
MCP documentation server for mcp-framework. Gives AI agents (Claude Code, Cursor, etc.) tools to search, browse, and retrieve the full mcp-framework documentation.
Powered by @mcpframework/docs.
Quick Start
Claude Code
claude mcp add mcp-framework-docs -- npx -y @mcpframework/mcp-framework-docsClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-framework-docs": {
"command": "npx",
"args": ["-y", "@mcpframework/mcp-framework-docs"]
}
}
}Cursor
Add to your MCP settings:
{
"mcp-framework-docs": {
"command": "npx",
"args": ["-y", "@mcpframework/mcp-framework-docs"]
}
}Available Tools
| Tool | Description |
|------|-------------|
| search_docs | Search mcp-framework documentation by keyword or phrase |
| get_page | Retrieve full content of a documentation page |
| list_sections | Browse the documentation structure |
License
MIT
