We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/greghughespdx/brain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•251 B
# Brain MCP Server Dependencies
# FastMCP for simplified MCP tool creation
mcp[cli]>=1.0.0
# HTTP client for async API calls
httpx>=0.27.0
# Type hints (standard library in Python 3.9+)
# typing-extensions>=4.0.0 # Uncomment if using Python < 3.9