Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.83 KB

File metadata and controls

56 lines (38 loc) · 2.83 KB

AgentStack Plugins — Index

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.


Plugins by platform

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.

Getting started

  1. Choose a plugin for your environment (Cursor, Claude Code, VS Code, or GPT).
  2. Get an API key — create an anonymous project (no account) or from AgentStack project settings.
  3. 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.


Key documents

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.

Quick links to plugin READMEs

Full MCP tool list: MCP_SERVER_CAPABILITIES.md.
Data store (project.data, user.data): DNA_KEY_VALUE_API.md.


FAQ

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