Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • SettleMint
  • Xano MCP Server for Smithery
  • Azure Cosmos DB MCP Server
  • Ollama MCP Database Assistant
  • SQLite MCP Server
Back to MCP Servers
GibsonAI

GibsonAI

Public
GibsonAI/mcp

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

Verified
Unknown
0 tools
May 29, 2025
Updated May 30, 2025

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 Cursor → Settings → Cursor Settings → MCP 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 Windsurf → Settings → Windsurf Settings → Cascade 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 Claude → Settings → Developer 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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • SettleMint
    SettleMint

    Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchai...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing co...

    Added May 30, 2025
  • Azure Cosmos DB MCP Server
    Azure Cosmos DB MCP Server

    A server that enables LLMs like Claude to interact with Azure Cosmos DB databases through natural la...

    Added May 30, 2025
  • Ollama MCP Database Assistant
    Ollama MCP Database Assistant

    An interactive chat interface that combines Ollama's LLM capabilities with PostgreSQL database acces...

    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025