We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cam10001110101/mcp-server-outlook-email'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Virtual environment
venv/
env/
.venv/
ENV/
.env
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
*.egg
dist/
build/
# Environment variables
.env
.json
# Local configuration
*.local
*.mcp.json
# VS Code
.vscode/
# PyCharm
.idea/
# Jupyter Notebooks
.ipynb_checkpoints
# Logs
*.log
# Databases
*.sqlite3
*.db
test_chromadb/
chroma
chromadb
data/
.data/
# Node.js
node_modules/
package-lock.json