ov-mcp

iryzhkov/ov-mcp
★ 0 stars Python AI/LLM Updated today
MCP server exposing an OpenViking memory store to local agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ov-mcp": {
      "command": "uvx",
      "args": [
        "ov-mcp"
      ]
    }
  }
}

Or install with pip: pip install ov-mcp

README Excerpt

An MCP server that exposes an OpenViking memory store to local agents. OpenViking ships no MCP module of its own — only the `ov` CLI and Python clients — so this wraps its HTTP API over stdio. Install it wherever an agent needs the store — typically at `~/.local/lib/ov-mcp`, registered in `~/.claude.json` as the `ov-memory` server.

Tools (4)

agentapi_keybase_urltimeout