Skip to content
VS Code

Positif for VS Code

ai.positif/positif

The agent switchboard: identity, policy, loop-guard, and an append-only audit ledger.

client:VS Code transport:stdio runtime:pypi

Install Positif in VS Code

.vscode/mcp.json

{
  "servers": {
    "positif": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "positif-ai"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Positif in other clients