Serversio.github.InsForge/insforge-mcp
M

InsForge

io.github.InsForge/insforge-mcp · v1.2.6
▦ npm
v1.2.6npm npm: @insforge/mcp🌐 https://mcp.insforge.dev/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.InsForge/insforge-mcp",
  "description": "MCP server for InsForge BaaS — database, storage, edge functions, and deployments",
  "title": "InsForge",
  "repository": {
    "url": "https://github.com/InsForge/insforge-mcp",
    "source": "github"
  },
  "version": "1.2.6",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@insforge/mcp",
      "version": "1.2.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "InsForge project API key",
          "isRequired": true,
          "isSecret": true,
          "name": "API_KEY"
        },
        {
          "description": "InsForge backend URL (e.g. https://your-app.us-east.insforge.app)",
          "isRequired": true,
          "name": "API_BASE_URL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.insforge.dev/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}