Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add com.gibsonai--mcp --transport http https://mcp.gibsonai.com/
Add to your claude_desktop_config.json:
{
"mcpServers": {
"com.gibsonai--mcp": {
"type": "http",
"url": "https://mcp.gibsonai.com/"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"com.gibsonai--mcp": {
"type": "http",
"url": "https://mcp.gibsonai.com/"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"com.gibsonai--mcp": {
"type": "http",
"url": "https://mcp.gibsonai.com/"
}
}
}