Skip to main content
Glama

GibsonAI

Official
by GibsonAI

Model Context Protocol (MCP)

GibsonAI's MCP server allows tools like Cursor, Windsurf, or Claude Desktop to create and update projects on your behalf, explain how to interact with the database and hosted APIs, and even write working code for you, all within the comfort of your own IDE. This will greatly improve the context and output of these tools while working with your Gibson project(s).

Authentication

You'll need to ensure you're logged in to the Gibson CLI before the MCP server will work.

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

Cursor Setup

Go to CursorSettingsCursor SettingsMCP and click Add new global MCP server

Update the configuration to add the gibson server:

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

Windsurf Setup

Go to WindsurfSettingsWindsurf SettingsCascade and click Add server in the Model Context Protocol (MCP) Servers section

In the modal, click Add custom server

Update the configuration to add the gibson server:

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

Open the Cascade chat and, if necessary, refresh the MCP servers

Claude Desktop Setup

Go to ClaudeSettingsDeveloper and click Edit Config

Open the claude_desktop_config.json file and update the configuration to add the gibson server:

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

See the Claude Desktop MCP docs for more information.

Claude Code Setup

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 Setup

Create or open the .vscode/mcp.json file

Update the configuration to add the gibson server:

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

See the official GitHub Copilot MCP docs for more information.

Distribution

Note that this repo is for documentation purposes only. Our MCP server code lives within our CLI, which allows us to share authentication + API interaction logic with the CLI and have a single distribution. This means we're able to ship new features to you faster.

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

AI-Powered Cloud databases: Empower your LLMs to build, migrate, and deploy database instances with AI

  1. Authentication
    1. Cursor Setup
      1. Windsurf Setup
        1. Claude Desktop Setup
          1. Claude Code Setup
            1. VS Code + GitHub Copilot Setup
              1. Distribution

                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