Skip to content
Cursor

agents for Cursor

io.github.absolutejs/agents

Search verified agents and production agent-first AbsoluteJS packages.

client:Cursor transport:stdio runtime:npm

Install agents in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agents": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@absolutejs/agents-mcp"
      ],
      "env": {
        "ABSOLUTE_AGENT_REGISTRY_URL": "<ABSOLUTE_AGENT_REGISTRY_URL>",
        "ABSOLUTE_PACKAGE_REGISTRY_URL": "<ABSOLUTE_PACKAGE_REGISTRY_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agents in other clients