agentic ai shadowing for VS Code
io.github.datasynx/agentic-ai-shadowing
Observes tasks and generates anonymized SOPs — task tracking and SOP review via MCP. Fully local.
client:VS Code
transport:stdio
runtime:npm
Install agentic ai shadowing in VS Code
.vscode/mcp.json
{
"servers": {
"agentic-ai-shadowing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@datasynx/agentic-ai-shadowing"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs