We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JackRiebel/Cisco_ISE_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editor files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# OS generated files
.DS_Store
Thumbs.db
# Package and build files
dist/
build/
*.egg-info/
*.egg
# Logs
*.log
logs/
# Testing
.pytest_cache/
coverage/
.coverage
htmlcov/
# Miscellaneous
*.swp
*.bak
*.tmp