After

Agent

Agents stay off until you say so.

Default: no agent read, no agent write, no earn mode. Enabling access is equivalent to letting a local tool read selected notes. See Security.
Domains agents may touch

Even with read enabled, agents only see categories you select here.

MCP config for Claude / Cursor

Run from the After package: node mcp/server.mjs. Tools: list_outcomes, search_outcomes, add_decision.

{
  "mcpServers": {
    "after": {
      "command": "node",
      "args": [
        "mcp/server.mjs"
      ],
      "env": {
        "AFTER_VAULT_PATH": "./.after-vault.json",
        "AFTER_ORIGIN": "https://vibe-cart.com"
      }
    }
  }
}