Insforge Mcp

by InsForge

387 downloads
Not rated
GitHub

About

InsForge is a backend platform for AI-driven development. It provides the core building blocks for modern apps — including Auth, Database, Storage, and Functions. It offers production-grade cloud infrastructure out of the box, serving as an alternative to AWS.

Details

Author
InsForge
Downloads
387
Categories
Developer Tools, Cloud Service, AI

- Exposes Auth, DB, Storage, and Functions capabilities
- Uses the Model Context Protocol (MCP)
- Backed by InsForge’s scalable infrastructure
- Enables secure querying of databases
- Supports file storage operations
- Allows execution of cloud functions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Insforge Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server exposes InsForge’s backend capabilities to any MCP-compatible AI client. Clients interact with it via standard MCP messages. Configuration details are available in the official documentation at https://docs.insforge.dev.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

InsForge is a backend development platform designed for agentic coding.

InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds.

This repo is Model Context Protocol server forInsforge.

Please visit themain Insforge repositoryfor:

- Installation and setup instructions
- Configuration guide
- Available tools and usage examples
- API documentation
- Contributing guidelines

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

- your_api_keywith your InsForge API key
- http://localhost:7130with your InsForge instance URL (optional, defaults to localhost:7130)

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 theInsforge Documentation.

If you are contributing to this project or running it locally:

# Install dependencies npm install # Run unit tests npm run test # Run linter (static analysis) npm run lint # Auto-format code npm run format # Build the package npm run build

Apache License 2.0 - see theLICENSEfile for details.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.