beakr-cli

BeakrHub/beakr-cli
★ 0 stars Python 💻 Code/Dev Tools Updated 8d ago
CLI and MCP server for Beakr's knowledge base
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": {
    "beakr-cli": {
      "command": "uvx",
      "args": [
        "beakr-cli"
      ]
    }
  }
}

Or install with pip: pip install beakr-cli

README Excerpt

CLI and MCP server for [Beakr's](https://thebeakr.com) knowledge base. Beakr ships both surfaces, and `beakr setup` installs both. They wrap the same backend. - **CLI** (`beakr research`, `beakr kb …`) — for you, in a terminal or shell script. - **MCP server** (`beakr mcp`) — for Claude Code and Codex. Starts automatically once registered; the assistant calls it through tools like `research` and `kb_search`. You don't invoke it directly.

Tools (7)

BEAKR_API_KEYBEAKR_API_URLBEAKR_ORG_IDBEAKR_PROJECT_IDBeakrHubCLAUDE_CONFIG_DIRCODEX_HOME