Skip to content
VS Code

asymptotic ethics for VS Code

io.github.toby-self/asymptotic-ethics

MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.

client:VS Code transport:stdio runtime:pypi

Install asymptotic ethics in VS Code

.vscode/mcp.json

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

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

asymptotic ethics in other clients