We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danohn/mcpcap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
# Install poetry
- pip install setuptools-scm[toml]
post_install:
# Install docs dependencies
- pip install -e .[docs]
# Build documentation with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
# Optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf
- epub
# Optional but recommended, declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- docs