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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y insforge-mcpAgent-CoreX intelligently routes which tools from InsForge/insforge-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"insforge-mcp": {
"command": "npx",
"args": [
"-y",
"insforge-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add insforge-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use InsForge/insforge-mcp directly without routing
npx -y insforge-mcpNew to Agent-CoreX? View setup guide →