We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IvanRublev/keyphrases-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore Python cache and environment files
__pycache__/
*.pyc
*.pyo
*.pyd
*.env
*.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Ignore test and coverage files
.coverage
.tox/
nosetests.xml
coverage.xml
*.cover
*.log
# Ignore build and distribution folders
build/
dist/
*.egg-info/
.eggs/
*.manifest
*.spec
# Ignore IDE/editor folders
.vscode/
.idea/
*.swp
*.swo
# Ignore OS generated files
.DS_Store
Thumbs.db
# Ignore git files
.git/
.gitignore
# Ignore Docker files themselves
Dockerfile
docker-compose.yml
# embedding model directory
embeddings_model/
# MCP registry tokens
.mcpregistry_*