We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-echo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development environment (deps/ is created by build action)
.venv/
.git/
.github/
.pytest_cache/
__pycache__/
*.pyc
# Test files
tests/
e2e/
# Build artifacts
dist/
build/
*.egg-info/
# Dev config
Makefile
pytest.ini
.env
.env.*
# Lock files
uv.lock
# IDE
.vscode/
.idea/