We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zazzles2908/EX_AI-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•317 B
# Core
Runtime server, routing, configuration, logging, and common utilities will live here after Phase 2 moves.
- server/ (entry points, handlers)
- config.py, constants.py
- utils/ (pathing, serialization, client detection generalized)
A thin shim at repo root (server.py) will import from src/core after moves.