We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/possible055/relace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.pyc
*.egg-info/
*.egg
# Virtual environment / Package manager
.venv/
.uv-cache/
# Build / Distribution
build/
dist/
# Testing / Coverage / Linter / Type checker
.pytest_cache/
.coverage
.pylint.d/
.ruff_cache/
.mypy_cache/
.dmypy.json
# IDE / Editor / AI agent
.vscode/
.cursor/
.kilocode/
.kiro/
.gemini/
.agent/
AGENTS.md
CLAUDE.md
# Project-specific
.chunkhound/
.chunkhound.json
.codanna/
.codannaignore
.fastembed_cache
benchmark/artifacts/
sonar-project.properties
site/
plans/
# Logs / Env
*.log
.env
!.env.example