Skip to main content
Glama
InsForge

Insforge MCP Server

MCP 배지

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