Agent guides

Use AfterLaunch with your agent.

AfterLaunch watches how customers find you and keeps a ranked board of your next growth moves, with the evidence behind each rank. Your agent reads that board over MCP. Pick your agent for the exact connect config and an honest note on what it can do.

Anthropic

Claude Code

AfterLaunch is the agentic growth engine: it measures how your product gets found and ranks the next move. One command wires it into Claude Code over MCP.

Read →
Anysphere

Cursor

AfterLaunch is the agentic growth engine: continuous measurement of how your product gets found, ranked into moves. Cursor reads it over MCP from mcp.json.

Read →
OpenAI

ChatGPT

AfterLaunch is the agentic growth engine, watching what the leading AI search engines say about you. Add it to ChatGPT as a custom MCP connector in Developer mode.

Read →
Codeium

Windsurf

AfterLaunch is the agentic growth engine: the record of how your product gets found, ranked into moves. Windsurf Cascade reads it from mcp_config.json.

Read →
Google

Gemini CLI

AfterLaunch is the agentic growth engine, measuring how the leading AI search engines answer about you. Gemini CLI reads it over MCP from settings.json.

Read →
Anthropic

Claude on the web

AfterLaunch is the agentic growth engine: the ranked, briefed record of how your product gets found. Claude on the web reads it over MCP at /api/mcp.

Read →
Microsoft

VS Code

AfterLaunch is the agentic growth engine: it measures how your product gets found and ranks the next move. VS Code and Copilot read .vscode/mcp.json.

Read →

Every other client, in full.

These have no page of their own, which changes nothing about what you paste. The endpoint and the header are the same everywhere. What differs is the field names, and here they are.

OpenAI

Codex

Run this once in your project:

codex mcp add afterlaunch --url https://afterlaunch.io/api/mcp --bearer-token-env-var AFTERLAUNCH_API_KEY

Codex reads the key from AFTERLAUNCH_API_KEY in your environment and sends it as a bearer header. The token itself never lands on disk.

Cline

Cline

Add this to your Cline MCP settings, opened from the Cline panel: MCP Servers, then Configure, then Configure MCP Servers. Cline's documentation gives two different paths for that file, so let Cline open it rather than hunting for it.

{
  "mcpServers": {
    "afterlaunch": {
      "type": "streamableHttp",
      "url": "https://afterlaunch.io/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AFTERLAUNCH_API_KEY"
      }
    }
  }
}

The type line is the one that matters. Cline treats a missing type as the older SSE transport, which this server does not serve, so leaving it out fails the handshake with no explanation.

Anthropic

Claude mobile

Connect it like this:

  1. Add the connector once on claude.ai, at Customize then Connectors, with the same server URL: https://afterlaunch.io/api/mcp
  2. Sign in and approve the AfterLaunch consent screen there, on the web.
  3. Open the Claude app on iOS or Android and ask it to read your AfterLaunch feed.

There is nothing to set up on the phone itself. A connector belongs to your Claude account rather than to one device, so a connection made on the web is there the next time you sign in on the app. Adding a custom connector from the phone is still in beta, which is why these steps add it on the web.

Anthropic

Claude Code on the web

Connect it like this:

  1. Add AfterLaunch as a connector on your Claude account first, at Customize then Connectors, with the server URL: https://afterlaunch.io/api/mcp
  2. Sign in and approve the AfterLaunch consent screen there. On a Team or Enterprise plan only an admin can add it.
  3. Start a session on the web and ask it to read your AfterLaunch feed. The connector is handed to the session by the host, so the tools are already there.

A web session runs against your Claude account rather than your machine, so there is no local config file and no key to export. Complete the sign-in on claude.ai before you start the session, which is the route Anthropic documents.