Ownly
Rank #2,239io.github.liuh886/ownly
Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.
Ownly is a Model Context Protocol (MCP) server published by liuh886. It ranks #2,239 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Ownly is listed on Official MCP, with 7 tracked versions. It was first listed on Jun 7, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 129,807 of 132,046 servers on MCP Toplist.
Use Ownly
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ownly -e "OWNLY_DATA_DIR=<your OWNLY_DATA_DIR>" -e "OWNLY_MCP_ALLOW_WRITE=<your OWNLY_MCP_ALLOW_WRITE>" -e "OPENROUTESERVICE_API_KEY=<your OPENROUTESERVICE_API_KEY>" -- npx -y @ownly-app/mcpReplace each placeholder with your own value before saving.
[mcp_servers.ownly]
command = "npx"
args = ["-y", "@ownly-app/mcp"]
[mcp_servers.ownly.env]
OWNLY_DATA_DIR = "<your OWNLY_DATA_DIR>"
OWNLY_MCP_ALLOW_WRITE = "<your OWNLY_MCP_ALLOW_WRITE>"
OPENROUTESERVICE_API_KEY = "<your OPENROUTESERVICE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ownly": {
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<your OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<your OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<your OPENROUTESERVICE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ownly": {
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<your OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<your OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<your OPENROUTESERVICE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ownly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<your OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<your OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<your OPENROUTESERVICE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ownly": {
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<your OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<your OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<your OPENROUTESERVICE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ownly": {
"command": "npx",
"args": [
"-y",
"@ownly-app/mcp"
],
"env": {
"OWNLY_DATA_DIR": "<your OWNLY_DATA_DIR>",
"OWNLY_MCP_ALLOW_WRITE": "<your OWNLY_MCP_ALLOW_WRITE>",
"OPENROUTESERVICE_API_KEY": "<your OPENROUTESERVICE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.liuh886%2Fownly)<a href="https://mcptoplist.com/server/io.github.liuh886%2Fownly"><img src="https://mcptoplist.com/badge/io.github.liuh886%2Fownly.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
liuh886
Available versions (7)
| Version | Published |
|---|---|
| 0.7.1 | Sep 9, 2026 |
| 0.7.0 | Aug 30, 2026 |
| 0.6.0 | Aug 30, 2026 |
| 0.5.0 | Aug 30, 2026 |
| 0.4.0 | Aug 29, 2026 |
| 0.3.1 | Aug 29, 2026 |
| 0.3.0 | Aug 29, 2026 |
Frequently asked questions
- Who maintains Ownly?
- Ownly is maintained by liuh886, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Ownly listed on the Official MCP Registry?
- Yes — Ownly is listed on the Official MCP Registry.
- How many versions does Ownly have?
- MCP Toplist tracks 7 versions of Ownly, most recently published on Sep 9, 2026.
- Where can I find the source code for Ownly?
- The source code for Ownly is hosted at github.com/liuh886/ownly.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.