Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 859 Bytes

File metadata and controls

37 lines (25 loc) · 859 Bytes

MCP Quick start — Cursor plugin

Endpoint: https://agentstack.tech/mcp
Tool: agentstack.execute (alias agentstack_execute)
Live catalog: GET https://agentstack.tech/mcp/actions

Local plugin install (dev)

node scripts/install-local.mjs
# Reload Cursor → /agentstack-init

See LOCAL_INSTALL.md.

Auth (primary)

OAuth 2.1 Device Code via /agentstack-init (writes Bearer into ~/.cursor/mcp.json).

Requires Node.js on PATH. Fallback: API key — set header X-API-Key: ask_… from https://agentstack.tech/me/keys.

Call shape

{
  "tool": "agentstack.execute",
  "params": {
    "steps": [{ "action": "discovery.list", "params": {} }]
  }
}

Diagnose

/agentstack-diagnose · flow diagram: FLOW.md

Monorepo hub (if present): docs/MCP_QUICKSTART.md