We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/susheel/synapse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# flyctl launch added from .gitignore
# Python build artifacts
**/__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
**/.env
**/.venv
**/env
**/venv
**/ENV
**/env.bak
**/venv.bak
# IDE files
**/.idea
**/.vscode
**/*.swp
**/*.swo
**/.DS_Store
# Jupyter Notebook
**/.ipynb_checkpoints
# Local development
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
# Croissant metadata output
**/croissant_metadata.json
# flyctl launch added from .pytest_cache/.gitignore
# Created by pytest automatically.
.pytest_cache/**/*
# flyctl launch added from .venv/.gitignore
.venv/**/*
fly.toml