GibsonAI's MCP server allows tools like
You'll need to ensure you're logged in to the
uvx --from gibson-cli@latest gibson auth loginGo 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"]
}
}
}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
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 mcp add gibson -- uvx --from gibson-cli@latest gibson mcp runclaude mcp get gibsongibson:
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 localCreate 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.
Note that this repo is for documentation purposes only. Our MCP server code lives within our