Skip to main content
Glama
QuantGeekDev

MCP Framework Documentation Server

by QuantGeekDev

@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-docs

Claude 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_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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables interaction with MkDocs documentation through the MCP protocol, allowing AI assistants to read, search, and retrieve documentation content from MkDocs projects.
    Last updated
    9
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to search, read, and traverse documentation bundles in Open Knowledge Format via MCP tools.
    Last updated
    322
    45
    MIT

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • Query any docs site via MCP. Submit a URL, ask questions, get cited answers.

View all MCP Connectors

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