field-docket

jakewan/field-docket
★ 0 stars Unknown language Other Updated today
General-purpose MCP server: a per-machine append-only store of classed observations, with recording structurally separated from adjudication
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": {
    "field-docket": {
      "command": "npx",
      "args": [
        "-y",
        "jakewan/field-docket"
      ]
    }
  }
}