Skip to content
Zed

noether physics for Zed

io.github.ranshiv/noether-physics

Physics assistant: checked equations, live simulations, claims verified against arXiv papers

client:Zed transport:stdio runtime:pypi

Install noether physics in Zed

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

{
  "context_servers": {
    "noether-physics": {
      "command": "uvx",
      "args": [
        "noether-physics"
      ]
    }
  }
}

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

noether physics in other clients