Skip to main content
Glama

GibsonAI

Official
by GibsonAI

모델 컨텍스트 프로토콜(MCP)

GibsonAI의 MCP 서버를 사용하면 Cursor , Windsurf , Claude Desktop 과 같은 도구를 사용하여 프로젝트를 생성 및 업데이트하고, 데이터베이스 및 호스팅된 API와 상호 작용하는 방법을 설명하고, 심지어 작동하는 코드를 작성할 수 있습니다. 이 모든 것이 사용자의 IDE에서 편안하게 가능합니다. 이를 통해 Gibson 프로젝트 작업 시 이러한 도구의 컨텍스트와 출력이 크게 향상됩니다.

입증

MCP 서버를 작동시키려면 Gibson CLI 에 로그인해야 합니다.

지엑스피1

커서 설정

CursorSettingsCursor SettingsMCP 로 이동하여 Add new global MCP server 클릭합니다.

gibson 서버를 추가하려면 구성을 업데이트하세요.

{ "mcpServers": { "gibson": { "command": "uvx", "args": ["--from", "gibson-cli@latest", "gibson", "mcp", "run"] } } }

윈드서핑 설정

WindsurfSettingsWindsurf SettingsCascade 로 이동하여 Model Context Protocol (MCP) Servers 섹션에서 Add server 클릭합니다.

모달에서 Add custom server 클릭합니다.

gibson 서버를 추가하려면 구성을 업데이트하세요.

{ "mcpServers": { "gibson": { "command": "uvx", "args": ["--from", "gibson-cli@latest", "gibson", "mcp", "run"] } } }

Cascade 채팅을 열고 필요한 경우 MCP 서버를 새로 고칩니다.

클로드 데스크탑 설정

ClaudeSettingsDeveloper 로 이동하여 Edit Config 클릭합니다.

claude_desktop_config.json 파일을 열고 구성을 업데이트하여 gibson 서버를 추가합니다.

{ "mcpServers": { "gibson": { "command": "uvx", "args": ["--from", "gibson-cli@latest", "gibson", "mcp", "run"] } } }

자세한 내용은 Claude Desktop MCP 문서를 참조하세요.

클로드 코드 설정

claude mcp add gibson -- uvx --from gibson-cli@latest gibson mcp run
claude mcp get gibson
gibson: Scope: Local (private to you in this project) Type: stdio Command: uvx Args: --from gibson-cli@latest gibson mcp run Environment: To remove this server, run: claude mcp remove "gibson" -s local

VS Code + GitHub Copilot 설정

.vscode/mcp.json 파일을 만들거나 엽니다.

gibson 서버를 추가하려면 구성을 업데이트하세요.

{ "inputs": [], "servers": { "gibson": { "type": "stdio", "command": "uvx", "args": ["--from", "gibson-cli@latest", "gibson", "mcp", "run"] } } }

자세한 내용은 공식 GitHub Copilot MCP 문서를 참조하세요.

분포

이 저장소는 문서화 목적으로만 사용됩니다. MCP 서버 코드는 CLI 내에 존재하므로 인증 및 API 상호작용 로직을 CLI와 공유하고 단일 배포를 유지할 수 있습니다. 즉, 새로운 기능을 더 빠르게 제공할 수 있습니다.

-
security - not tested
F
license - not found
-
quality - not tested

AI 기반 클라우드 데이터베이스: LLM이 AI를 사용하여 데이터베이스 인스턴스를 구축, 마이그레이션 및 배포할 수 있도록 지원

  1. 입증
    1. 커서 설정
      1. 윈드서핑 설정
        1. 클로드 데스크탑 설정
          1. 클로드 코드 설정
            1. VS Code + GitHub Copilot 설정
              1. 분포

                Related MCP Servers

                • Brevofficial

                  A
                  security
                  F
                  license
                  A
                  quality
                  Run, build, train, and deploy ML models on the cloud.
                  Last updated -
                  2
                  3
                  Python
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  Enables AI models to perform MySQL database operations through a standardized interface, supporting secure connections, query execution, and comprehensive schema management.
                  Last updated -
                  7
                  35
                  22
                  JavaScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  Provides AI models with structured access to Trino's distributed SQL query engine, enabling LLMs to directly query and analyze data stored in Trino databases.
                  Last updated -
                  3
                  1
                  Python
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that enables LLMs like Claude to interact with Azure Cosmos DB databases through natural language queries, acting as a translator between AI assistants and database systems.
                  Last updated -
                  JavaScript
                  MIT License

                View all related MCP servers

                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/GibsonAI/mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server