asymptotic ethics for Cursor
io.github.toby-self/asymptotic-ethics
MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.
client:Cursor
transport:stdio
runtime:pypi
Install asymptotic ethics in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"asymptotic-ethics": {
"type": "stdio",
"command": "uvx",
"args": [
"asymptotic-ethics-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs