MCP Framework Documentation 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 Framework Documentation Serversearch the documentation for how to create a tool"
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.
@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 mcp-framework documentation by keyword or phrase |
| Retrieve full content of a documentation page |
| Browse the documentation structure |
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/QuantGeekDev/mcp-framework-docs-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server