Gumloop is the platform for building AI agents for work. This plugin connects Codex, Cursor, and Claude Code to Gumloop's hosted MCP server, so you can create, run, and chat with your agents, manage their skills, review runs, and search your Company Brain from your editor.
MCP endpoint:
https://mcp.gumloop.com/gumloop/mcp
Authentication is handled by the MCP client. No local server or API key setup is required.
gumloop-plugin/
|-- .codex-plugin/plugin.json # Codex plugin metadata
|-- .claude-plugin/plugin.json # Claude Code plugin metadata
|-- .cursor-plugin/plugin.json # Cursor plugin metadata
|-- .mcp.json # Codex and Claude Code MCP config
|-- mcp.json # Cursor MCP config
|-- LICENSE # MIT license
|-- skills/gumloop/SKILL.md # Agent guidance for Gumloop tasks
`-- assets/ # Gumloop logo assets
claude --plugin-dir ./gumloop-pluginCursor loads .cursor-plugin/plugin.json, which points at mcp.json.
The Codex files are .codex-plugin/plugin.json, .mcp.json, and skills/gumloop/SKILL.md.