Skip to main content
Glama

Python MCP Server Examples

by cyanmage
MIT No Attribution
.gitignore724 B
# Python specific __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 MANIFEST # Virtual environments venv/ env/ ENV/ .env .venv env.bak/ venv.bak/ # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Jupyter Notebook .ipynb_checkpoints # Testing .coverage htmlcov/ .pytest_cache/ .tox/ nosetests.xml coverage.xml *.cover # MCP specific .mcp/ mcp_cache/ mcp_logs/ # Project specific directories to ignore .amazonq/ sample-building-mcp-servers-with-rust/ fastmcp/ project_requirements.md design_proposal.md # Local configuration config.local.json *.local.yaml *.local.yml # Logs logs/ *.log

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/cyanmage/Building-MCP-Servers-with-Amazon-Q-CLI-and-Python'

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