Skip to main content

Overview

The InsForge VS Code extension:
  • Logs you in to InsForge (OAuth + PKCE)
  • Lets you pick an org/project
  • Installs InsForge MCP for your AI client
It launches the MCP installer (npx @insforge/install) with your project’s API key and API base URL.

Install

  1. Open VS Code
  2. Go to Extensions
  3. Search for InsForge
  4. Install the extension published by insforge

Use the extension

1

Open the InsForge panel

Click the InsForge icon in the Activity Bar (left sidebar).
2

Login

Click Login with InsForge and complete the login flow in your browser.
3

Select a project

Pick an organization and project from the InsForge tree view, or run InsForge: Select Project from the Command Palette.
4

Install MCP

Run InsForge: Install MCP (or right-click a project and choose Install MCP), then pick the AI client you want to configure.The installer runs in a VS Code terminal.

Supported AI clients

The extension supports the following MCP “clients” (the value passed to @insforge/install):
ClientTypical config location
cursor~/.cursor/mcp.json
claude-code.mcp.json in your workspace (project-local)
copilot.vscode/mcp.json in your workspace (project-local)
windsurf~/.codeium/windsurf/
clineCline VS Code extension config
roocodeRoo Code VS Code extension config
codexOpenAI Codex CLI config
traeTrae IDE config
qoderQoder IDE config
If your client isn’t listed, run the installer manually (see Quickstart).

Notes

  • Project-local installs: claude-code and copilot require an open workspace folder.
  • Port in use: free up 54321 and retry login.