We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reflex-dev/mcp-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
introduction.md•639 B
# Introduction
Welcome to the MCP Docs Server documentation!
This server dynamically discovers and serves markdown documentation files as MCP resources.
## Features
- **Dynamic Discovery**: Automatically finds all `.md` files in the docs directory
- **Categorized Resources**: Organizes documentation by directory structure
- **Search Capability**: Built-in search tool to find content across all docs
- **Easy to Extend**: Just add new markdown files to the docs directory
## Getting Started
1. Install the dependencies
2. Add your markdown files to the `docs/` directory
3. Run the server
4. Connect with an MCP client
That's it!