Skip to main content
Gumloop exposes a remote Model Context Protocol (MCP) server that lets any compatible AI client manage your workflows, agents, sessions, skills, and more. Connect to the Gumloop MCP server natively in Claude, Cursor, and other clients, or use mcp-remote for clients that don’t yet support remote MCP.
You’ll need a Gumloop API key. Get one from Connectors page. The server handles OAuth automatically: you’ll be prompted to sign in and authorize access the first time you connect.

Setup

Claude

Navigate to Settings > Connectors and add a new MCP integration with the URL:

Cursor

  1. Open Cursor Settings (Cmd/Ctrl + Shift + J)
  2. Go to MCP and click Add new MCP server
  3. Select Type: SSE and enter the server URL:

VS Code

Add the following to your .vscode/mcp.json:

Windsurf

  1. Open Windsurf settings (Cmd/Ctrl + ,)
  2. Scroll to Cascade > MCP servers
  3. Select Add Server > Add custom server
  4. Add:

Gumloop CLI

You can also explore and call tools from your terminal:
See the CLI MCP docs for the full reference.

Available Tools

The Gumloop MCP server exposes 40 tools across these categories:

Agent Management

Agent Sessions

Skills

Artifacts

Teams

MCP Server Management

Company Brain

Documentation & Admin

Workflow Management

Example Prompts

Once connected, try these with your AI client:

Gumloop MCP Integration

Full tool reference and usage examples.

API Reference

Programmatically manage MCP servers and call tools via the REST API.

CLI Reference

Explore and call MCP tools from your terminal.

Custom MCP Servers

Connect your own MCP servers to Gumloop.

Need Help?