Skip to main content
Glama

MCP Documentation Server

by droidnext

MCP Documentation Server

This project serves documentation for various applications using the Model Context Protocol (MCP). It demonstrates how to organize and expose documentation content, including quickstart guides and code examples, via MCP tools.

📚 Documentation Structure

Application documentation is organized under the content/ directory. For the XYZ application, content is located in content/xyz/ and includes:

  • quickstart.md: A quickstart guide for integrating with the XYZ application.
  • code_examples.md: Various code examples demonstrating how to use the XYZ application with MCP tools.

🛠️ MCP Tools

MCP tools are defined in app/mcp/mcp_routes.py to expose the documentation content:

  • quickstart: Provides the quickstart guide for a specified application.
  • code_examples: Provides code examples for a specified application.

⚙️ Setup Instructions

  1. Initialize the environment
    uv init uv venv source .venv/bin/activate uv pip install fastapi uvicorn openai fastmcp uvicorn app.main:app
  2. Start the application serverRun the provided start script:
    chmod +x scripts/start.sh ./scripts/start.sh

Connect to MCP Server using Claude Desktop

To connect Claude Desktop to this MCP documentation server, you need to add a new server configuration in Claude's settings.

  1. Open Claude Desktop settings.
  2. Navigate to the 'Developer' section.
  3. Under 'MCP Server Configs', add the following JSON configuration:
{ "AppDocsServer": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8000/mcp-app-docs-server/mcp" ] } }
  1. Save the settings. Claude Desktop should now be able to discover and use the tools provided by this server.

Running the MCP Inspector

To test and inspect the MCP tools exposed by this server, you can use the MCP inspector tool. Run the following command in your terminal:

npx @modelcontextprotocol/inspector node build/index.js

This will start the inspector, allowing you to interact with the quickstart and code_examples tools provided by this server.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.

  1. 📚 Documentation Structure
    1. 🛠️ MCP Tools
      1. ⚙️ Setup Instructions
        1. Connect to MCP Server using Claude Desktop
          1. Running the MCP Inspector

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
              Last updated -
              16
              1
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A flexible Model Context Protocol server that makes documentation or codebases searchable by AI assistants, allowing users to chat with code or docs by simply pointing to a git repository or folder.
              Last updated -
              1
              22
              48
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server for ingesting, chunking and semantically searching documentation files, with support for markdown, Python, OpenAPI, HTML files and URLs.
              Last updated -
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides Azure Java SDK documentation to AI assistants, allowing them to access readme files with introductions, key concepts, and code samples.
              Last updated -
              1
              JavaScript
              MIT License

            View all related MCP servers

            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/droidnext/mcp_dev_docs_server'

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