frame

microchipgnu/frame
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Open format for live, evidence-backed datasets. CLI + 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": {
    "frame": {
      "command": "npx",
      "args": [
        "-y",
        "microchipgnu/frame"
      ]
    }
  }
}

README Excerpt

The open format for live, evidence-backed datasets. A **frame** is a directory containing a curated dataset, an event log of every change, and the schema that defines what belongs in it. Curators (humans or agents) mutate frames through a typed MCP curation server that enforces invariants at write time — no anonymous data, no silent overwrites, no deletions.