We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guilyx/ascii-banner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•504 B
# Config examples
Copy the example that matches your setup and adjust paths or URLs.
- **`mcp-config.example.json`** — MCP client config (Cursor, Claude Desktop, etc.) using stdio. Set `command` to your `python` (or full path to venv Python) and `args` to `["-m", "ascii_banner_mcp.server"]`.
- **`mcp-config-streamable-http.example.json`** — For streamable-http (e.g. Docker or MCP Inspector): server URL `http://localhost:8000/mcp`. Use when the server runs with `MCP_TRANSPORT=streamable-http`.