Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.79 KB

File metadata and controls

75 lines (49 loc) · 2.79 KB

Install agami in Claude Code for Cursor

Cursor is a VS Code-derived editor; the Claude Code extension installs and behaves the same way.

1. Install the Claude Code extension

In Cursor:

  1. Open the Extensions sidebar (Cmd+Shift+X / Ctrl+Shift+X).
  2. Search for Claude Code (publisher: Anthropic).
  3. Click Install.
  4. Reload the window when prompted.

Or from a terminal:

cursor --install-extension anthropic.claude-code

2. Sign in

Open the Claude pane (Cmd+Shift+P → "Claude Code: Open"). Sign in via the browser flow when prompted.

3. Add the agami marketplace and install

Note: in the extension you install through the Manage Plugins dialog, not the command line. The CLI's /plugin marketplace add … / /plugin install … commands don't run from the chat input here — use the dialog below.

In the Claude pane's chat input, type /plugin. This surfaces a Manage Plugins option — click it.

The plugins dialog opens. From here:

  1. Add the marketplace. In the marketplace input, paste AgamiAI/agami-core and click Add.
  2. Install the plugin. Switch to the Plugins tab in the dialog. Find agami-core in the list and click Install.

4. Verify

Try a skill in the Claude pane chat input:

/agami-connect

If you haven't set up credentials yet, the skill walks you through the DB-type picker and writes <artifacts_dir>/local/credentials.example for you to fill in. (There's no separate /agami-init — setup lives inside /agami-connect.)

5. Set up credentials

Same as the CLI / VS Code: agami writes <artifacts_dir>/local/credentials.example, you fill it in and save it, then say "introspect my database" — agami moves it into place and locks it down (chmod 600) for you. Format and per-database fields: docs/credentials.md.

Cursor-specific notes

  • Cursor's own AI features (Composer, Tab autocomplete) are independent of agami. agami runs only inside the Claude Code pane.
  • Working directory: Cursor uses the open workspace root, same as VS Code.
  • Workspace settings: if you've configured Cursor to disable certain extensions per-workspace, make sure Claude Code is enabled.

Updating

/plugin update agami-core@agami

Uninstalling

/plugin uninstall agami-core
/plugin marketplace remove agami

Troubleshooting

Symptom Fix
Claude Code extension missing from Cursor marketplace Try cursor --install-extension anthropic.claude-code directly, or download the .vsix from the Anthropic releases page
Cursor's privacy mode blocks the marketplace Cursor settings → Privacy → ensure "Allow extensions to fetch from external sources" is on
Skill autocomplete missing after install Reload window (Cmd+Shift+P → "Developer: Reload Window")