Skip to content
Cursor

agentic ai shadowing for Cursor

io.github.datasynx/agentic-ai-shadowing

Observes tasks and generates anonymized SOPs — task tracking and SOP review via MCP. Fully local.

client:Cursor transport:stdio runtime:npm

Install agentic ai shadowing in Cursor

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

{
  "mcpServers": {
    "agentic-ai-shadowing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@datasynx/agentic-ai-shadowing"
      ]
    }
  }
}

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

agentic ai shadowing in other clients