Skip to main content
Glama
InsForge

Insforge MCP Server

MCP Badge

Insforge MCP 服务器

InsForge 将您的编码智能体转变为全栈构建者,使它们能够在几秒钟内为您的应用添加后端功能,如身份验证、数据库、文件存储、无服务器函数和 LLM。

本仓库是 Insforge 的模型上下文协议 (MCP) 服务器。

📖 文档

请访问 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