We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrishayuk/chuk-mcp-stage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# flyctl launch added from .gitignore
# Python
**/__pycache__
**/*.py[cod]
**/*$py.class
**/*.so
**/.Python
**/build
**/develop-eggs
**/dist
**/downloads
**/eggs
**/.eggs
**/lib
**/lib64
**/parts
**/sdist
**/var
**/wheels
**/*.egg-info
**/.installed.cfg
**/*.egg
# Virtual environments
**/.venv
**/venv
**/ENV
**/env
# Testing
**/.pytest_cache
**/.coverage
**/htmlcov
**/.mypy_cache
**/.ruff_cache
# IDEs
**/.vscode
**/.idea
**/*.swp
**/*.swo
**/*~
# OS
**/.DS_Store
**/Thumbs.db
# Project specific
**/*.log
**/.env
**/stage_data
# ai
**/.claude
# flyctl launch added from .mypy_cache/.gitignore
# Automatically created by mypy
.mypy_cache/**/*
# flyctl launch added from .pytest_cache/.gitignore
# Created by pytest automatically.
.pytest_cache/**/*
# flyctl launch added from .ruff_cache/.gitignore
# Automatically created by ruff.
.ruff_cache/**/*
# flyctl launch added from .venv/.gitignore
.venv/**/*
# flyctl launch added from htmlcov/.gitignore
# Created by coverage.py
htmlcov/**/*
fly.toml