We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kallows/mcp-jira-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
venv/
ENV/
env/
# Test and environment files
tests/.env
.env
test_output.log
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo