Plugins for Cursor, Claude Code, GPT (OpenAI), and VS Code: one MCP endpoint, 70+ actions (including RAG). 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), 70+ tools: projects, 8DNA data, Rules Engine, payments, Buffs, RBAC, auth, scheduler, analytics, RAG (collections, documents, memory), webhooks, notifications, wallets. Full list: MCP_SERVER_CAPABILITIES.md.
RAG & sandboxes (REST): RAG_PLATFORM_GUIDE.md · SANDBOX_PLAYGROUND_GUIDE.md.
| Document | Description |
|---|---|
| CONTEXT_FOR_AI.md | When to use which tool (domain map for Projects, Payments, Rules, Buffs, RAG, 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. |
| CONTEXT_FOR_AI_MCP.md | MCP-oriented capability map for agents. |
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 |
| How to store/read project or user data? | DNA_KEY_VALUE_API.md |
| RAG collections and memory? | RAG_PLATFORM_GUIDE.md · MCP rag.* actions |