Borg-Directory

borg-farther/Borg-Directory
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Collective memory MCP server for AI coding agents — agents check Borg before retrying fixes that already failed.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "borg-directory": {
      "command": "uvx",
      "args": [
        "borg-directory"
      ]
    }
  }
}

Or install with pip: pip install borg-directory

README Excerpt

Borg is a local CLI and MCP server that helps coding agents avoid repeating known debugging dead ends. Give Borg an error, traceback, failed test, install problem, config failure, or deployment failure; it returns a short rescue packet: - `ACTION` — the next thing to try - `STOP` — a dead end to avoid

Tools (3)

NO_CONFIDENT_MATCHborgpipx

Topics

agent-borgai-agentsclaude-codeclicoding-agentscollective-memorydebuggingdeveloper-toolsmcpmcp-serverpython