{
  "_comment": "Drop this into ~/.cursor/mcp.json (or merge into the mcpServers object). After saving, restart Cursor and the chowdahh tools appear in the agent's tool list.",
  "mcpServers": {
    "chowdahh": {
      "command": "chowdahh-mcp",
      "args": [],
      "env": {
        "CHOWDAHH_KEY": "ch_person_REPLACE_ME"
      }
    }
  },
  "_install_note": "Build the server first: `go build -o /usr/local/bin/chowdahh-mcp github.com/ohpan/ohpan/skills/mcp-server`. Or use `go run` and point command to /usr/local/bin/go with args [\"run\",\"github.com/ohpan/ohpan/skills/mcp-server\"] if you don't want a binary."
}
