nouva-mcp-server

nouverse-tech/nouva-mcp-server
★ 1 stars Python AI/LLM Updated 2d ago
Agent-agnostic MCP server for persistent personal memory and portable skills. Hybrid semantic recall (pgvector) + deterministic analytics (SQL). Works with Claude, Cursor, Zed, Windsurf, and any MCP-compliant client.
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": {
    "nouva-mcp-server": {
      "command": "uvx",
      "args": [
        "nouva-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nouva-mcp-server