mcp-remote for clients that don’t yet support remote MCP.
You’ll need a Gumloop API key. Get one from Settings > Credentials. 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
- Open Cursor Settings (Cmd/Ctrl + Shift + J)
- Go to MCP and click Add new MCP server
- Select Type: SSE and enter the server URL:
VS Code
Add the following to your.vscode/mcp.json:
Windsurf
- Open Windsurf settings (Cmd/Ctrl + ,)
- Scroll to Cascade > MCP servers
- Select Add Server > Add custom server
- Add:
Gumloop CLI
You can also explore and call tools from your terminal:Available Tools
The Gumloop MCP server exposes 35 tools across these categories:Workflow Management
| Tool | Description |
|---|---|
list_saved_flows | List saved flows/items in your account for a specific user or project |
list_workbooks | List workbooks and their associated saved flows with nested flow information |
start_flow_run | Start/trigger flow execution with optional input parameters |
get_run_details | Retrieve detailed flow run information including state, outputs, logs, and timestamps |
get_run_history | Retrieve automation run history for workbooks or saved items with execution details |
Agent Management
| Tool | Description |
|---|---|
list_agents | List agents in your account, with optional search and workspace filtering |
get_agent | Fetch a single agent’s configuration by its ID |
create_agent | Create a new agent with a name, model, and optional configuration |
update_agent | Update an existing agent’s metadata or configuration |
list_models | List the model groups available to agents |
Agent Sessions
| Tool | Description |
|---|---|
start_agent | Send a message to an agent and start an asynchronous interaction |
get_agent_status | Poll the status of an agent interaction and retrieve the response when completed |
create_agent_session | Start a session on an agent and return the completed response |
get_session | Fetch the state and result of an agent session by ID |
send_session_message | Send a follow-up message to an existing session and return the completed response |
cancel_session | Cancel an in-progress agent session |
Skills
| Tool | Description |
|---|---|
list_skills | List skills in your account, with optional search, filtering, and pagination |
create_skill | Create a skill from one or more files stored in your workspace |
update_skill | Replace a skill’s files with files stored in your workspace |
delete_skill | Delete a skill from your account |
download_skill | Get a download URL for a skill archive |
Artifacts
| Tool | Description |
|---|---|
list_agent_artifacts | List the artifacts an agent has produced, with optional session filtering and pagination |
download_artifact | Get a download URL for an agent artifact |
Teams
| Tool | Description |
|---|---|
list_teams | List the teams (workspaces) the authenticated user belongs to |
MCP Server Management
| Tool | Description |
|---|---|
list_mcp_servers | List the MCP servers connected to your account |
get_mcp_server | Fetch a single connected MCP server’s configuration by ID |
list_mcp_server_tools | List the tools exposed by a connected MCP server |
call_mcp_tool | Execute a single tool on a connected MCP server |
list_mcp_resources | List the resources exposed by a connected MCP server |
read_mcp_resource | Read the contents of a resource from a connected MCP server by URI |
list_mcp_prompts | List the prompts exposed by a connected MCP server |
get_mcp_prompt | Get a rendered prompt from a connected MCP server, with optional arguments |
Documentation & Admin
| Tool | Description |
|---|---|
search_documentation | Search Gumloop documentation using semantic and keyword search with filtering options |
ask_gummie | Ask questions and get AI-powered answers from Gumloop documentation with citations |
get_audit_logs | Retrieve organization audit logs with event details and filtering by time period (admin only) |
Example Prompts
Once connected, try these with your AI client:Related Resources
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?
- Agents documentation for using MCP tools with agents
- Need help? Reach out to us
- Browse our Knowledge Base for common questions
