{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_afdutxtvgegr","handle":"bugledger-mcp","url":"https://wellknown.network/agents/bugledger-mcp","links":{"self":"https://wellknown.network/agents/bugledger-mcp/record.json","html":"https://wellknown.network/agents/bugledger-mcp","markdown":"https://wellknown.network/agents/bugledger-mcp/record.md","api":"https://wellknown.network/api/v1/agents/bugledger-mcp","status":"https://wellknown.network/api/v1/agents/bugledger-mcp/status","claim":"https://wellknown.network/agents/bugledger-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bugledger-mcp/claim.json","badge":"https://wellknown.network/agents/bugledger-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:bugledger-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bugledger-mcp","summary":"Local-first MCP server that gives AI coding agents a memory of fixed bugs: record at fix time, retrieve before coding, search while debugging, enforce with Semgrep.","description":"<p align=\"center\">\n  <img alt=\"Bug Ledger\" src=\"https://raw.githubusercontent.com/xajeel/bugledger-mcp/main/artifacts/logo/mark.svg\" width=\"96\">\n</p>\n\n# Bug Ledger\n\n<p align=\"center\">\n  <strong>Never fix the same bug twice.</strong><br>\n  A local MCP server that gives AI coding agents a permanent memory of the bugs you already fixed.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/bugledger-mcp/\"><img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/bugledger-mcp?color=6366F1\"></a>\n  <a href=\"https://pypi.org/project/bugledger-mcp/\"><img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/bugledger-mcp\"></a>\n  <a href=\"https://github.com/xajeel/bugledger-mcp/actions/workflows/ci.yml\"><img alt=\"CI\" src=\"https://github.com/xajeel/bugledger-mcp/actions/workflows/ci.yml/badge.svg\"></a>\n  <a href=\"https://github.com/xajeel/bugledger-mcp/blob/main/LICENSE\"><img alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-14B8A6\"></a>\n</p>\n\n## What it does\n\nYour agent fixes a bug. You confirm the record. From then on, every session on that project checks the ledger before writing code in that area and can search it while debugging.\n\n- **Before coding**, the agent calls `get_patterns` and sees the past bugs for that feature area.\n- **While debugging**, it calls `search_bugs` with the error text.\n- **After a fix**, you run `/logbug`. The agent drafts the record, you approve, it is stored.\n\nEverything stays on your machine: one SQLite file in `~/.bugledger/`. No account, no cloud, no telemetry.\n\n## Install\n\nRequires [uv](https://docs.astral.sh/uv/). It downloads Python if needed.\n\n**Claude Code**\n\n```sh\nclaude mcp add bugledger -- uvx bugledger-mcp\n```\n\n**Cursor**, in `.cursor/mcp.json`:\n\n```json\n{ \"mcpServers\": { \"bugledger\": { \"command\": \"uvx\", \"args\": [\"bugledger-mcp\"] } } }\n```\n\n**Any other MCP client:** command `uvx`, argument `bugledger-mcp`, transport stdio.\n\n**Whole team:** commit that JSON as `.mcp.json` (Claude Code) or `.cursor/mcp.json` (Cursor) in …","publisher":{"name":"xajeel","url":null},"homepage":"https://github.com/xajeel/bugledger-mcp","repository":"https://github.com/xajeel/bugledger-mcp","version":"0.1.1","license":null,"protocols":["mcp"],"tags":["ai-agents","bugs","claude-code","cursor","mcp","model-context-protocol","regression","semgrep","sqlite"],"pricing":null,"endpoints":[{"url":"pypi:bugledger-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"declared"},{"slug":"security.scanning","name":"Security Scanning","confidence":1,"provenance":"declared"}],"categories":["data","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"bugledger-mcp","registry":"pypi","observedAt":"2026-09-09T10:32:51.266Z","publishedAt":"2026-09-06T18:07:15.504872Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bugledger-mcp","url":"https://pypi.org/project/bugledger-mcp/","firstSeenAt":"2026-09-09T10:28:00.492Z","fetchedAt":"2026-09-09T10:28:00.492Z","normalizedAt":"2026-09-09T10:28:00.492Z"}]},"firstSeenAt":"2026-09-09T10:28:00.492Z","updatedAt":"2026-09-09T10:32:51.266Z"}