Skip to content
Cursor

agentic os for Cursor

io.github.jarroslav/agentic-os

Read-only, never-executing MCP server for the agentic-os governance, SDLC, and QE methodology.

client:Cursor transport:stdio runtime:npm

Install agentic os in Cursor

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

{
  "mcpServers": {
    "agentic-os": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentic-os-mcp"
      ]
    }
  }
}

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

agentic os in other clients