Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

File metadata and controls

41 lines (28 loc) · 1.03 KB

Gumloop plugin

Hosted Gumloop MCP support for Codex, Cursor, and Claude Code.

MCP endpoint:

https://mcp.gumloop.com/gumloop/mcp

Authentication is handled by the MCP client. No local server or API key setup is required.

What is included

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

Local use

Claude Code

claude --plugin-dir ./gumloop-plugin

Cursor

Cursor loads .cursor-plugin/plugin.json, which points at mcp.json.

Codex

The Codex files are .codex-plugin/plugin.json, .mcp.json, and skills/gumloop/SKILL.md.