MCP Directory
Back

becuz

by mickymultani · TypeScript · ★ 1

becuz is an agent-agnostic [MCP](https://modelcontextprotocol.io) server. When you and a coding agent (Claude Code, Cursor, Copilot-via-MCP, …) settle a meaningful decision — a library choice, a schema, an API shape, an infra call — the agent records it through becuz.

Install

npx -y github:mickymultani/becuz

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "becuz": {
      "command": "npx",
      "args": [
        "-y",
        "github:mickymultani/becuz"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/becuz) [](https://github.com/mickymultani/becuz/actions/workflows/ci.yml) [](LICENSE) [](https://www.npmjs.com/package/becuz) **Record _why_ decisions are made during AI-assisted coding — _becuz_ the reasoning shouldn't die in a chat log.** is an agent-agnostic [MCP](https://modelcontextprotocol.io) server. When you and a coding agent (Claude Code, Cursor, Copilot-via-MCP, …) settle a meaningful decision — a library choice, a schema, an API shape, an infra call — the agent records it through becuz. Each decision is stored as a clean, versioned JSON record th…
Read full README on GitHub →

Related ai & ml servers