noether physics for Cursor
io.github.ranshiv/noether-physics
Physics assistant: checked equations, live simulations, claims verified against arXiv papers
client:Cursor
transport:stdio
runtime:pypi
Install noether physics in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"noether-physics": {
"type": "stdio",
"command": "uvx",
"args": [
"noether-physics"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs