Official Cursor plugin for AMFS on Sense Lab — same wiring as the Agents → MCP Connection card in the dashboard (amfs.sense-lab.ai/agents).
Homepage: sense-lab.ai · Docs: raia-live.github.io/amfs
Repository: github.com/raia-live/cursor-plugin
- Rules — When to call
amfs_briefing,amfs_write,amfs_search, outcomes, and entity naming ({repo}/{module}). - Skill —
amfs-memory— full agent memory guide covering cost-conscious patterns, session lifecycle, what to save/skip, anti-patterns, and cross-agent collaboration. - MCP — Cursor runs
uvx amfs-mcp-server(stdio). The process usesAMFS_HTTP_URL(Sense Lab Server URL, e.g.https://amfs-login.sense-lab.ai) andAMFS_API_KEYto talk to the hosted API. There is no/mcpon that URL for this setup —/mcpis only for remote Streamable HTTP when the MCP server itself listens as an HTTP service.
amfs_read, amfs_write, amfs_search, amfs_list, amfs_stats, amfs_commit_outcome, amfs_history, amfs_record_context, amfs_recall, amfs_my_entries, amfs_read_from, amfs_cross_agent_reads, amfs_explain, amfs_briefing, amfs_timeline — plus tools your server version may add. Check Available Tools in Cursor after connecting.
- API key — Create one under Settings → API Keys on the AMFS dashboard.
AMFS_API_KEYin your environment — Set it where Cursor resolves config interpolation (e.g. shell profile, or macOS launchd / Windows user environment). The plugin’smcp.jsonuses"AMFS_API_KEY": "${env:AMFS_API_KEY}"so the key is never committed.- uv — Must be on your
PATHsouvx amfs-mcp-servercan run (Cursor spawns this process). - Install the plugin — Marketplace (when listed) or local symlink (below).
- Settings → Features → Model Context Protocol — Enable the amfs server.
- Settings → Rules — Enable the bundled rules as you prefer.
If your dashboard shows a different Server URL, change AMFS_HTTP_URL in mcp.json (or override in Cursor MCP settings). You can pin a version with "args": ["amfs-mcp-server@x.y.z"] if you want.
mkdir -p ~/.cursor/plugins/local
export AMFS_API_KEY="your-key-from-settings-api-keys"
ln -sf /absolute/path/to/cursor-plugin ~/.cursor/plugins/local/amfsRestart Cursor or Developer: Reload Window. Check Output → MCP Logs if tools do not appear.
See SYNC.md. Bump .cursor-plugin/plugin.json version when you ship material changes.
Apache-2.0 — see LICENSE.