The Insforge MCP Server provides comprehensive backend management capabilities for the Insforge platform through a complete set of tools and operations.
Key Capabilities:
Backend Setup & Authentication: Initialize backend setup and retrieve essential API keys for authentication
Database Management: Retrieve detailed table schemas (including RLS, indexes, constraints), execute raw SQL queries, and perform bulk data operations via CSV/JSON upserts
Storage Management: Create, list, and delete storage buckets with configurable public/private settings
Edge Functions: Full CRUD operations for serverless functions running in Deno runtime
System Monitoring: Access container logs from various services (Insforge, Postgres, PostgREST, functions) for debugging
Metadata Operations: Index and retrieve comprehensive backend metadata
Multi-Client Support: Compatible with various MCP clients including Claude Code, Cursor, Windsurf, Cline, Roo Code, and Trae
Insforge MCP Server
Model Context Protocol server for Insforge.
📖 Documentation
Please visit the main Insforge repository for:
Installation and setup instructions
Configuration guide
Available tools and usage examples
API documentation
Contributing guidelines
🚀 Quick Start
Automated Installation (Recommended)
Use the InsForge installer to automatically configure MCP for your client:
Replace:
your_api_key
with your InsForge API keyhttp://localhost:7130
with your InsForge instance URL (optional, defaults to localhost:7130)
Manual Installation
If you prefer to manually configure your MCP client, add this to your MCP settings file:
For detailed setup instructions, see the Insforge Documentation.
📄 License
Apache License 2.0 - see the LICENSE file for details.
Part of the Insforge project.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
InsForge is a backend platform for AI driven development. It provides Auth, Database, Storage, and Functions with production grade cloud infrastructure out of the box. With InsForge MCP and backend, most developers can bring their MVP timeline down from weeks to hours.