Ownly for Cursor
io.github.liuh886/ownly
Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.
client:Cursor
transport:stdio
runtime:npm
Install Ownly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ownly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs