mnemos-ic-runtime

mnemos-os/mnemos-ic-runtime
★ 0 stars Python 🗄️ Database Updated today
ic-engine runtime + bridge for MNEMOS v4 — Docker container, MCP server, agent skills
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mnemos-ic-runtime": {
      "command": "uvx",
      "args": [
        "mnemos-ic-runtime"
      ]
    }
  }
}

Or install with pip: pip install mnemos-ic-runtime

README Excerpt

Container bridge for **InvestorClaw 4.0** — the InvestorClaw application service that pairs `ic-engine` (Python, FINOS CDM 5.x portfolio analysis) with `mnemos-rs` (Rust, sqlite-backed memory). This repo owns: - The `ic-engine:4.0` container Dockerfile (Python 3.12 + uv + `perlowja/InvestorClaw` ic-engine pinned by SHA + bridge code)