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
- Initialize the environment
- Start the application serverRun the provided start script:
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.
- Open Claude Desktop settings.
- Navigate to the 'Developer' section.
- Under 'MCP Server Configs', add the following JSON configuration:
- 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:
This will start the inspector, allowing you to interact with the quickstart
and code_examples
tools provided by this server.
This server cannot be installed
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.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.Last updated -1434611TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.Last updated -2519PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.Last updated -93TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -13119JavaScriptMIT License