Skip to content

agentic ai shadowing for Zed

io.github.datasynx/agentic-ai-shadowing

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

client:Zed transport:stdio runtime:npm

Install agentic ai shadowing in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

agentic ai shadowing in other clients