Plugins for Cursor, Claude Code, GPT (OpenAI), and VS Code: one MCP endpoint, 60+ tools. Choose your platform and follow the Quick Start in each plugin repository.
| Platform | Repository | Description |
|---|---|---|
| Cursor | agentstacktech/cursor-plugin | Skills, Rules (.mdc), MCP config. |
| Claude Code | agentstacktech/claude-plugin | Skills, claude mcp add --transport http. |
| GPT (OpenAI) | agentstacktech/gpt-plugin | GPT Actions (OpenAPI + instructions), Custom GPT. |
| VS Code | agentstacktech/vscode-plugin | Extension: MCP + API key in SecretStorage. |
- Choose a plugin for your environment (Cursor, Claude Code, VS Code, or GPT).
- Get an API key — create an anonymous project (no account) or from AgentStack project settings.
- Follow the Quick Start in the plugin repo (README, MCP_QUICKSTART, or GPT_QUICKSTART).
What you get: one MCP endpoint (https://agentstack.tech/mcp), 60+ tools: projects, 8DNA data, Rules Engine, payments, Buffs, RBAC, auth, scheduler, analytics, webhooks, notifications, wallets. Full list: MCP_SERVER_CAPABILITIES.md.
| Document | Description |
|---|---|
| CONTEXT_FOR_AI.md | When to use which tool (domain map for Projects, Payments, Rules, Buffs, Auth, etc.). |
| CLAUDE_VS_CURSOR_PLUGIN.md | Comparison of all four plugins: setup, MCP config, Skills. |
| SKILLS_AUTHORING_GUIDE.md | How to write and structure Skills for Cursor/Claude. |
Full MCP tool list: MCP_SERVER_CAPABILITIES.md.
Data store (project.data, user.data): DNA_KEY_VALUE_API.md.
| Question | Answer |
|---|---|
| Full list of tools and parameters? | MCP_SERVER_CAPABILITIES.md |
| Which tool for my task? | CONTEXT_FOR_AI.md — domain map (Projects, Payments, Rules, Buffs, etc.) |
| How to store/read project or user data? | Key-value API: project.data.*, user.data.* — see DNA_KEY_VALUE_API.md |