Insforge MCP Server
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Insforge MCP Servercreate a new user table with email and name fields"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Insforge MCP Server
InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds.
This repo is 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
Related MCP server: Nexlayer MCP
🚀 Quick Start
Automated Installation (Recommended)
Use the InsForge installer to automatically configure MCP for your client:
# Claude Code
npx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Cursor
npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Windsurf
npx @insforge/install --client windsurf --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Cline
npx @insforge/install --client cline --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Roo Code
npx @insforge/install --client roocode --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Trae
npx @insforge/install --client trae --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Install dev version for testing
npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 --devReplace:
your_api_keywith your InsForge API keyhttp://localhost:7130with 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:
{
"mcpServers": {
"insforge": {
"command": "npx",
"args": [
"-y",
"@insforge/mcp@latest"
],
"env": {
"API_KEY": "your_api_key",
"API_BASE_URL": "http://localhost:7130"
}
}
}
}For detailed setup instructions, see the Insforge Documentation.
🛠️ Development
If you are contributing to this project or running it locally:
# Install dependencies
npm install
# Run unit tests
npm run test
# Run linter (static analysis)
npm run lint
# Auto-format code
npm run format
# Build the package
npm run build📄 License
Apache License 2.0 - see the LICENSE file for details.
Part of the Insforge project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAtlas Cloud MCP Server enables developers to access state-of-the-art AI models for image generation, video generation, and LLMs through a unified MCP interface. Fast, scalable, and cost-efficient alternative to traditional AI providers.Last updated95504MIT

Nexlayer MCPofficial
Flicense-qualityCmaintenanceAgentic cloud platform with 45+ MCP tools. Deploy any containerized stack, debug live pods (shell, file editing, DB queries), manage custom domains & TLS, push to built-in container registry, scale pods, and manage GPU workloads. The infrastructure layer where AI agents ship software to production.Last updated8
butterbaseofficial
Alicense-qualityBmaintenanceAI-native open-source backend-as-a-service. Manage Postgres with RLS, auth, file storage, serverless TypeScript functions, durable objects, realtime, KV, AI gateway, and RAG via MCP, either HTTP at /mcp on a self-hosted instance or stdio with npx @butterbase/mcp.Last updated2,894Apache 2.0- Alicense-qualityBmaintenanceGives AI coding agents (Claude Code, Cursor, etc.) unified, secure access to dev infrastructure (Vercel, GitHub, Supabase, Cloudflare, GCP) via a single MCP token.Last updatedMIT
Related MCP Connectors
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key.
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/InsForge/insforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server