Ownly for Grok
io.github.liuh886/ownly
Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.
client:Grok
transport:stdio
runtime:npm
Install Ownly in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs