All Agents
OpenCode logo

OpenCode + InsForge

OpenCode is Anomaly's open-source agent that runs across terminal, editor, and desktop with shareable sessions and 75+ LLM providers wired in. It auto-loads language servers per project and supports parallel agent sessions for splitting up work. Run `npx @insforge/cli link` in your project to install the InsForge Skills pack. From the first prompt, OpenCode knows how to use InsForge's auth, Postgres, storage, edge functions, and AI gateway, and it'll walk you through sign-in when it's time to provision a project.

CLI
Skills
MCP Server

Quick Start

  1. 1

    Install InsForge Skills

    Installs the InsForge Skills pack for your agent.

    terminal command

    npx @insforge/cli link

  2. 2

    Start OpenCode in the project

    Launch the OpenCode CLI inside your project directory

    terminal command

    opencode

  3. 3

    Build a full stack app

    Ask OpenCode to build an app using InsForge

    prompt

    Use InsForge Skills to create a new InsForge project then build a Next.js todo app. Users should be able to: 1. Sign up / Sign in with Email or Google OAuth 2. Create, edit, and delete their own todos 3. See only their own todos

MCP Configuration

Connect OpenCode to InsForge

Connect OpenCode to InsForge's hosted MCP server.

Example Prompts

  • Add google oauth to my app when users signin/signup

  • Make this list update in real time across all open tabs

  • Add image upload and serve files from a public storage bucket

  • Deploy an edge function that summarizes uploaded PDFs using the AI Gateway

  • Add semantic search over my notes using pgvector embeddings

  • Run a daily cron at 9am that emails users their unread notifications

  • Integrate Clerk for Authentication

  • Deploy this project to InsForge

Community Resources

Ready to deploy with OpenCode?

Get started in minutes. InsForge handles all your infrastructure.

OpenCode + InsForge | InsForge