← All agents

Connect Windsurf to Shorty

Add Shorty to `~/.codeium/windsurf/mcp_config.json`.

  1. 1. Global config~/.codeium/windsurf/mcp_config.json

    {
        "mcpServers": {
            "shorty": {
                "serverUrl": "https://aishorty.com/api/mcp"
            }
        }
    }

Verify it worked

Call the MCP tool `get_usage_quota` (or `curl -s https://aishorty.com/v1/usage -H "Authorization: Bearer $SHORTY_API_KEY"` for the REST API)

Success: A JSON body naming a plan (Free, Premium, or Pro) and usage limits — not a 401 or a tool-not-found error.