We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PugzUI/axom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•193 B
# Axom MCP Server - Python Dependencies
# Database driver for SQLite (migrated from PostgreSQL)
aiosqlite>=0.19.0
# Optional: For development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0