We're excited to announce that Insforge now provides a Remote MCP Server — allowing you to connect your favorite AI coding agent directly to your Insforge backend, from anywhere.
Whether you use Claude Code, Cursor, Cline, Windsurf, GitHub Copilot, or any other MCP-compatible tool, you can now manage databases, serverless functions, storage, and deployments through natural language — without leaving your editor.
Why Remote MCP?
Until now, using MCP with Insforge required running a local server on your machine (via stdio transport). This worked, but had some limitations.
With the Remote MCP Server, your AI agent connects to a hosted endpoint over HTTPS. The benefits:
- Lightweight — connect from any machine, any network. No local server to manage.
- Secure by default — OAuth 2.0 with PKCE, dynamic client registration, and token-scoped project access.
- Project-switchable — quickly switch between projects without re-configuring.
Get Started
- Install or update your MCP client (Cursor, Claude Code, Cline, etc.)
- Add the Insforge MCP server URL to your client configuration
- Connect and authenticate
- Start building with natural language
Check out the Insforge documentation for detailed setup guides per client, or jump straight in — your AI agent will fetch the docs for you.
Once connected and authenticated, your AI agent has access to the full Insforge toolkit.
How Authentication Works
We use OAuth 2.0 with PKCE — the same flow you're used to from "Sign in with Google/GitHub" buttons:
- Your AI agent registers itself as an OAuth client (automatic, one-time).
- When you first connect, a browser window opens for you to sign in with your Insforge account.
- You select which project to work with.
- Your agent receives a scoped access token — it can only access the project you selected.
No API keys to copy-paste. No .env files to share. The token is bound to your user account and project, and you can revoke it at any time.
The Insforge MCP Server is open source at github.com/InsForge/insforge-mcp. Contributions and feedback welcome.

