context-matters

srobinson/context-matters
★ 0 stars Rust 🧠 Memory/Knowledge Updated 6d ago
Structured context store for AI agents. Scoped, persistent memory across sessions. Ships as an MCP server.
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": {
    "context-matters": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "context-matters"
      ]
    }
  }
}

README Excerpt

<!-- AUTO-GENERATED by crates/cm-cli/build.rs from tools.toml. Do not edit generated tool and scope sections by hand. --> Structured context store for AI agents. SQLite-backed, scoped, searchable. Agents accumulate knowledge during sessions: decisions made, feedback received, patterns discovered, lessons learned. Without persistence, every session starts from zero. context-matters gives agents a place to store and retrieve that knowledge across sessions, projects, and scopes.

Tools (10)

cx_browsecx_depositcx_exportcx_forgetcx_getcx_recallcx_searchcx_statscx_storecx_update