We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/ibmi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.DS_Store
docs
.git
# Cache
.mypy_cache
.ruff_cache
.pytest_cache
*__pycache__*
*.egg-info
*.pyc
# Machine specific
.idea
.vscode
# Ignore .env files
.env
.envrc
# ignore virtualenvs
.venv
venv*
aienv*
.ipynb_checkpoints