We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kourtni/mcp-testing-sensei'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyd
*.so
# direnv
.direnv/
# Virtual environments
.venv/
venv/
env/
.env/
# Distribution / build outputs
dist/
build/
*.egg-info/
.eggs/
# Logs and databases
*.log
*.sqlite3
*.db
# OS-specific files
.DS_Store
Thumbs.db
# Editor/IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
.#*
# Nix-specific files
result
*.drv
*.nix.d/
# Test and coverage
.pytest_cache/
.coverage
htmlcov/
.coverage.*
# Pytest
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints/
# Agentic Coding specific files
.gemini/
.claude/
.openai/
.mcp.json
# Pre-commit Tools
.mypy_cache/
.ruff_cache/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.tgz
# Credentials
.pypirc
.npmrc
.env.local
# Test artifacts
.tox/
.hypothesis/