← Index

InsForge

io.github.InsForge/insforge-mcp·v1.2.6·Other
Quality Score
88
/100

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.insforge.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "insforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insforge/mcp"
      ],
      "env": {
        "API_KEY": "<your-api_key>",
        "API_BASE_URL": "<api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "insforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insforge/mcp"
      ],
      "env": {
        "API_KEY": "<your-api_key>",
        "API_BASE_URL": "<api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @insforge/mcp
§02  Environment variables
API_KEY
requiredsecret

InsForge project API key

API_BASE_URL
required

InsForge backend URL (e.g. https://your-app.us-east.insforge.app)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other