Skip to content
VS Code

noether physics for VS Code

io.github.ranshiv/noether-physics

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

client:VS Code transport:stdio runtime:pypi

Install noether physics in VS Code

.vscode/mcp.json

{
  "servers": {
    "noether-physics": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "noether-physics"
      ]
    }
  }
}

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

noether physics in other clients