Skip to main content
Glama
pyproject.toml507 B
[project] name = "mcp-docs-server" version = "0.1.0" description = "MCP server that dynamically serves markdown documentation" authors = [ {name = "Your Name", email = "your.email@example.com"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"]

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/reflex-dev/mcp-example'

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