VS Code can cut your video.

Agent mode already has the repository; this gives it the timeline as well.

Setup takes a minute: add the server, then pair with the code in the editor header. After that VS Code has all 59 tools.

Setup

Add Frapea to VS Code

  1. 1

    Add the server

    Run MCP: Add Server from the command palette, or write the file yourself. VS Code wants "type": "http" — this is the client that needs it.
    .vscode/mcp.json
    {
      "servers": {
        "frapea": {
          "type": "http",
          "url": "https://app.frapea.com/mcp"
        }
      }
    }

Then, the same for every client

Pair VS Code with the editor

  1. 1Open the editor and click Connect an agent in the header. It shows an eight-character code.
  2. 2Paste the whole line into VS Code — the sentence, not just the code. It tells the agent which tool to call.
  3. 3Good for ten minutes, and once. If it has expired, read a fresh one.

Nothing to sign up for, and no API key on either side. The endpoint is https://app.frapea.com/mcp.

When it doesn't take

Two things go wrong, and it is almost always one of them.

1The server never starts
The key is servers, not mcpServers. VS Code is the odd one out here and the error does not say so.
2Tools are listed but Copilot will not call them
Chat is in Ask mode. Tool calls only happen in Agent mode — the picker is at the bottom of the chat box.

Using something else?

Any client that speaks MCP can drive Frapea. These are written out.