Ownsona

blakemcbride/Ownsona
★ 0 stars Java 🤖 AI/LLM Updated 2d ago
MCP Server to store and share your personal data with multiple LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ownsona": {
      "command": "npx",
      "args": [
        "-y",
        "blakemcbride/Ownsona"
      ]
    }
  }
}