Skip to main content
Glama
McKhanster

MCP Documentation Server

by McKhanster

MCP Documentation Server

Semantic search server for MCP (Model Context Protocol) documentation using Redis embeddings.

THE MCP MCP for MCPing MCP's

Related MCP server: Markdown RAG MCP

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

  1. Scrape documentation: python url_scraper.py

  2. Create embeddings: python embed_to_redis.py

  3. Run MCP server: python doc_mcp_server.py

Tools

  • search_docs - Semantic search through documentation

  • list_documents - List all available documents

  • fetch_file - Retrieve specific file content

MCP Client Config

{
  "mcpServers": {
    "doc-embeddings": {
      "command": "bash",
      "args": ["-c", "cd /path/to/mcp/server && source venv/bin/activate && python doc_mcp_server.py"],
      "env": {}
    }
  }
}

Files

  • url_scraper.py - Scrapes MCP from mcp and convert to markdown

  • embed_to_redis.py - Creates embeddings from headings and stores in Redis

  • doc_mcp_server.py - FastMCP server providing search functionality

  • repo_scraper.py - Processes code repositories to markdown

  • output/ - Processed documentation files

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables semantic search and retrieval over local Markdown/MDX documentation using Node.js-based embeddings. Supports multi-language documentation with offline vector indexing and MCP tool exposure for AI assistants.
    21
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides semantic search over markdown documentation using RAG, allowing natural language queries and integration with MCP clients.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to intelligently search and reference documentation using hybrid semantic + keyword search via MCP protocol.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables semantic search and AI-powered Q&A over ingested GitHub documentation repositories via MCP tools.

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/McKhanster/mcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server