For the complete documentation index, see llms.txt. This page is also available as Markdown.

VS Code

  1. Open the AI tools card on your workspace integrations page, choose VS Code, then click Add to VS Code. VS Code opens and asks you to confirm.

  2. Sign in. VS Code sends you to Frontitude to finish. Pick your workspace, then choose which tools VS Code may use.

If nothing happens

VS Code isn't installed on this computer, or your browser blocked the link.

  1. Run the MCP: Open User Configuration command in VS Code. It opens your mcp.json. Add this to the servers block:

    "frontitude": {
      "type": "http",
      "url": "https://mcp.frontitude.com/mcp"
    }
  2. Save the file and restart VS Code. VS Code then sends you to Frontitude to sign in.

Either way, ask VS Code which Frontitude workspace it's connected to. It should name yours.

For more information, see VS Code's MCP documentation.

Examples

Last updated

Was this helpful?