GI

GibsonAI

Created 6 months ago

GibsonAI MCP Server provides tools for MCP Clients to interact with GibsonAI projects using natural language.

development documentation public

What is GibsonAI?

AI-Powered Cloud databases: Build, migrate, and deploy database instances with AI

Documentation

Usage Examples

Authentication

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

Connect MCP Clients

Supported Tools# 🗂 get_projects

Title: List all existing projects Description: Retrieves all GibsonAI projects associated with the authenticated user.

🆕 create_project

Title: Create a new project Description: Creates a new GibsonAI project.

🔍 get_project_details

Title: Fetch project metadata Description: Returns metadata and configuration for a given project using its UUID.

🔗 get_project_hosted_database_details

Title: Get hosted database connection details Description: Returns credentials, connection string, dialect, and other necessary details for querying the hosted GibsonAI database.

✏️ update_project

Title: Rename a project Description: Updates the project name using its UUID.

🚀 deploy_project

Title: Deploy to database(s) Description: Triggers automatic schema migrations and deploys the current schema to all GibsonAI supported databases.

Server Config

{
  "mcpServers": {
    "gibsonai-server": {
      "command": "npx",
      "args": [
        "gibsonai"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: GibsonAI Team
Category: official
License: MIT
Tags:
development documentation public