Skip to content
VS Code

sentarion for VS Code

io.github.sammyboi81/sentarion

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

client:VS Code transport:stdio runtime:pypi

Install sentarion in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentarion": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sentarion-mcp"
      ]
    }
  }
}

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

sentarion in other clients