Skip to main content
Glama

Insforge MCP Server

MCP Badge

Insforge MCP Server

Model Context Protocol server for Insforge.

📖 Documentation

Please visit the main Insforge repository for:

  • Installation and setup instructions

  • Configuration guide

  • Available tools and usage examples

  • API documentation

  • Contributing guidelines

🚀 Quick Start

Automated Installation (Recommended)

Use the InsForge installer to automatically configure MCP for your client:

# Claude Code npx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Cursor npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Windsurf npx @insforge/install --client windsurf --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Cline npx @insforge/install --client cline --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Roo Code npx @insforge/install --client roocode --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Trae npx @insforge/install --client trae --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 # Install dev version for testing npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 --dev

Replace:

  • your_api_key with your InsForge API key

  • http://localhost:7130 with your InsForge instance URL (optional, defaults to localhost:7130)

Manual Installation

If you prefer to manually configure your MCP client, add this to your MCP settings file:

{ "mcpServers": { "insforge": { "command": "npx", "args": [ "-y", "@insforge/mcp@latest" ], "env": { "API_KEY": "your_api_key", "API_BASE_URL": "http://localhost:7130" } } } }

For detailed setup instructions, see the Insforge Documentation.

📄 License

Apache License 2.0 - see the LICENSE file for details.


Part of the Insforge project.

Deploy Server
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

InsForge is a backend platform for AI driven development. It provides Auth, Database, Storage, and Functions with production grade cloud infrastructure out of the box. With InsForge MCP and backend, most developers can bring their MVP timeline down from weeks to hours.

  1. 📖 Documentation
    1. 🚀 Quick Start
      1. Automated Installation (Recommended)
      2. Manual Installation
    2. 📄 License

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/InsForge/insforge-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server