We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables
.env
# Python cache
__pycache__/
*.py[cod]
*$py.class
# Coverage reports
.coverage
.coverage.*
htmlcov/
.pytest_cache/
# Ruff
.ruff_cache/
# local documents
temp/
# MCP bundle build
mcpb/_build/
# MacOS
.DS_Store
# private key
key.pem
# Claude settings for local development
.claude/settings.local.json