/ 디렉터리 / 플레이그라운드 / Gateway
● 커뮤니티 centralmind ⚡ 바로 사용

Gateway

제작: centralmind · centralmind/gateway

Universal MCP server for databases — auto-generates APIs from PostgreSQL, MySQL, ClickHouse, Snowflake, BigQuery schemas.

Gateway is a MCP server that universal mcp server for databases — auto-generates apis from postgresql, mysql, clickhouse, snowflake, bigquery schemas Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

mcp-centralmind-gateway.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-centralmind-gateway": {
      "command": "go",
      "args": [
        "run",
        "github.com/centralmind/gateway@latest"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-centralmind-gateway": {
      "command": "go",
      "args": [
        "run",
        "github.com/centralmind/gateway@latest"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-centralmind-gateway": {
      "command": "go",
      "args": [
        "run",
        "github.com/centralmind/gateway@latest"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-centralmind-gateway": {
      "command": "go",
      "args": [
        "run",
        "github.com/centralmind/gateway@latest"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-centralmind-gateway",
      "command": "go",
      "args": [
        "run",
        "github.com/centralmind/gateway@latest"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-centralmind-gateway": {
      "command": {
        "path": "go",
        "args": [
          "run",
          "github.com/centralmind/gateway@latest"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add mcp-centralmind-gateway -- go run github.com/centralmind/gateway@latest

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: Gateway

Use Gateway for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

언제 쓸까: You want MCP server integration for database work without writing glue code.

사전 조건
  • Repo installed / cloned — See repo README
흐름
  1. Install
    Set up the Gateway MCP server.✓ 복사됨
    → MCP server listed in your agent config
  2. Invoke
    Use Gateway to run a representative task in database.✓ 복사됨
    → Tool call succeeds; result returned

결과: Real database work completed via Gateway with one chat.

함정
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
함께 쓰기: filesystem

조합

다른 MCP와 조합해 10배 효율

mcp-centralmind-gateway + filesystem

Pair with filesystem for database workflows that need local file IO.

Use Gateway together with filesystem.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
primary_call task-specific For the main use case Varies

비용 및 제한

운영 비용

API 쿼터
Provider rate limits apply
호출당 토큰
Varies
금액
Free / pay provider directly
Cache results; batch calls.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Use environment variables or your OS keychain.
데이터 외부 송신: Depends on integration

문제 해결

자주 발생하는 오류와 해결

Confirm install and restart your agent.

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기