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
npx @insforge/install) with your project’s API key and API base URL.
Links
Install
- Open VS Code
- Go to Extensions
- Search for InsForge
- 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.
The callback is
http://127.0.0.1:54321/callback.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):
| Client | Typical 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/ |
cline | Cline VS Code extension config |
roocode | Roo Code VS Code extension config |
codex | OpenAI Codex CLI config |
trae | Trae IDE config |
qoder | Qoder IDE config |
Notes
- Project-local installs:
claude-codeandcopilotrequire an open workspace folder. - Port in use: free up
54321and retry login.