nexus-memory-mcp

jimmythegod100/nexus-memory-mcp
★ 0 stars Python Database Updated today
MCP server for PostgreSQL and Redis persistence
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": {
    "nexus-memory-mcp": {
      "command": "uvx",
      "args": [
        "nexus-memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install nexus-memory-mcp

README Excerpt

MCP server for PostgreSQL job persistence and Redis caching. ```bash poetry install cp .env.example .env poetry run nexus-memory-mcp ``` Service runs on http://localhost:8002 - **store_job** — persist job to PostgreSQL `jobs` table - **query_jobs** — filter jobs by agent_id/status - **cache_get** / **cache_set** — Redis key-value operations

Topics

mcpnexuspostgresqlredis
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →