The backend built for AI-assisted development. Manage PostgreSQL database, file storage, edge functions, and authentication through MCP.
Add to your Kiro Powers configuration or install via the Kiro Powers UI.
Requires InsForge API key and instance URL:
{
"mcpServers": {
"insforge": {
"command": "npx",
"args": ["-y", "@insforge/mcp@latest"],
"env": {
"API_KEY": "${INSFORGE_API_KEY}",
"API_BASE_URL": "${INSFORGE_URL}"
}
}
}
}- Create an InsForge account at insforge.dev or self-host
- Get your API key from the dashboard
- Install this power
- Say "Get started with InsForge" to begin
MIT