Ownly for Claude Desktop
io.github.liuh886/ownly
Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.
client:Claude Desktop
transport:stdio
runtime:npm
Install Ownly in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ownly": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs