The Seenode Agent Plugin packages portable Agent Plugins 1.0 manifests, shared skills, and thin adapters for Cursor, Claude Code, and OpenAI clients. All clients talk to the same production MCP:
https://mcp.seenode.com/mcp
Auth is OAuth 2.1 + PKCE against Seenode. Do not add Authorization headers or API keys to plugin config.
| Client | Doc |
|---|---|
| Cursor | cursor.md |
| Claude Code | claude.md |
| OpenAI (ChatGPT / Codex) | openai.md |
- Reload or restart the client if it does not pick up the plugin automatically.
- Complete the Seenode OAuth consent when prompted.
- Smoke-test with a read-only prompt:
- “Call
get_current_teamand tell me which Seenode team I’m using.” - or “List my Seenode web applications.”
- “Call
- Only then run mutating flows (create app or database, link DB, set secrets, add domain, billing mutations).
- A Seenode account (seenode.com/dashboard)
- For deploys: a GitHub or GitLab repository the account can connect via Seenode’s git integration
- Client support for Agent Skills and MCP (per client doc)