We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-echo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CLAUDE.md•226 B
# Echo MCP Server
FastMCP echo server for testing MCP connections.
## Commands
```bash
uv run pytest # Test
uv run ruff format . # Format
uv run ruff check . # Lint
uv run mypy . # Type check
```