Skip to main content
Glama
InsForge

Insforge MCP Server

MCP Badge

Insforge MCPサーバー

InsForgeは、コーディングエージェントをフルスタックビルダーに変え、認証、データベース、ファイルストレージ、サーバーレス関数、LLMなどのバックエンド機能を数秒でアプリに追加できるようにします。

このリポジトリは、Insforge用のModel Context Protocolサーバーです。

📖 ドキュメント

以下については、Insforgeメインリポジトリをご覧ください:

  • インストールとセットアップ手順

  • 設定ガイド

  • 利用可能なツールと使用例

  • APIドキュメント

  • 貢献ガイドライン

🚀 クイックスタート

自動インストール(推奨)

InsForgeインストーラーを使用して、クライアントのMCPを自動的に設定します:

# 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_key をあなたのInsForge APIキーに

  • http://localhost:7130 をあなたのInsForgeインスタンスURLに(オプション、デフォルトはlocalhost:7130)

手動インストール

MCPクライアントを手動で設定する場合は、MCP設定ファイルに以下を追加してください:

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

詳細なセットアップ手順については、Insforgeドキュメントを参照してください。

🛠️ 開発

このプロジェクトに貢献する場合やローカルで実行する場合は、以下を実行してください:

# 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 - 詳細は LICENSE ファイルを参照してください。


Insforge プロジェクトの一部です。

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