Skip to content

asymptotic ethics for Zed

io.github.toby-self/asymptotic-ethics

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

client:Zed transport:stdio runtime:pypi

Install asymptotic ethics in Zed

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

{
  "context_servers": {
    "asymptotic-ethics": {
      "command": "uvx",
      "args": [
        "asymptotic-ethics-mcp"
      ]
    }
  }
}

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

asymptotic ethics in other clients