Skip to main content
Glama
InsForge

Insforge MCP Server

MCP Badge

Insforge MCP-Server

InsForge macht Ihre Coding-Agenten zu Full-Stack-Entwicklern und ermöglicht es ihnen, Backend-Funktionen wie Authentifizierung, Datenbanken, Dateispeicher, serverlose Funktionen und LLMs in Sekundenschnelle zu Ihren Apps hinzuzufügen.

Dieses Repository ist ein Model Context Protocol-Server für Insforge.

📖 Dokumentation

Bitte besuchen Sie das Haupt-Repository von Insforge für:

  • Installations- und Einrichtungsanweisungen

  • Konfigurationsleitfaden

  • Verfügbare Tools und Anwendungsbeispiele

  • API-Dokumentation

  • Richtlinien für Mitwirkende

🚀 Schnellstart

Automatisierte Installation (Empfohlen)

Verwenden Sie den InsForge-Installer, um MCP automatisch für Ihren Client zu konfigurieren:

# 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

Ersetzen Sie:

  • your_api_key durch Ihren InsForge-API-Schlüssel

  • http://localhost:7130 durch die URL Ihrer InsForge-Instanz (optional, standardmäßig localhost:7130)

Manuelle Installation

Wenn Sie Ihren MCP-Client lieber manuell konfigurieren möchten, fügen Sie dies Ihrer MCP-Einstellungsdatei hinzu:

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

Detaillierte Einrichtungsanweisungen finden Sie in der Insforge-Dokumentation.

🛠️ Entwicklung

Wenn Sie zu diesem Projekt beitragen oder es lokal ausführen möchten:

# 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

📄 Lizenz

Apache License 2.0 – siehe die Datei LICENSE für Details.


Teil des Insforge-Projekts.

Latest Blog Posts

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