Back to MCP Servers
Insforge
AI-native backend-as-a-service platform enabling AI agents to build and manage full-stack applications. Provides Auth, Database (PostgreSQL), Storage, and Functions as production-grade infrastructure, reducing MVP development time from weeks to hours.
developer-toolspostgresairagagent
By InsForge
Installation
npx -y insforge-mcpConfiguration
{
"mcpServers": {
"insforge-mcp": {
"command": "npx",
"args": ["-y", "insforge-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes