Loading MCP server directory, please wait...
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
npx @getmcp/cli add io.github.InsForge/insforge-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
API_KEYInsForge project API key
API_BASE_URLInsForge backend URL (e.g. https://your-app.us-east.insforge.app)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.InsForge/insforge-mcp": {
"command": "npx",
"args": [
"-y",
"@insforge/mcp"
],
"env": {
"API_KEY": "",
"API_BASE_URL": ""
}
}
}
}