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"]
}
}Related MCP server: CHECK-MODULE MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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