Skip to main content
Glama

GibsonAI

Official
by GibsonAI

模型上下文协议(MCP)

GibsonAI 的 MCP 服务器允许CursorWindsurfClaude Desktop等工具代表您创建和更新项目,解释如何与数据库和托管 API 交互,甚至为您编写工作代码,所有这些都可以在您自己的 IDE 中轻松完成。这将极大地改善这些工具在处理您的 Gibson 项目时的上下文和输出。

验证

您需要确保已登录Gibson CLI,然后 MCP 服务器才能工作。

uvx --from gibson-cli@latest gibson auth login

光标设置

前往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 服务器

Claude 桌面设置

前往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 文档

分配

请注意,此 repo 仅用于文档目的。我们的 MCP 服务器代码位于CLI中,这使得我们可以与 CLI 共享身份验证 + API 交互逻辑,并拥有单一发行版。这意味着我们可以更快地向您交付新功能。

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

人工智能云数据库:让你的 LLM 能够使用人工智能构建、迁移和部署数据库实例

  1. 验证
    1. 光标设置
      1. 风帆冲浪设置
        1. Claude 桌面设置
          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