{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_czw6gprhzxb6","handle":"work-memory-mcp","url":"https://wellknown.network/agents/work-memory-mcp","links":{"self":"https://wellknown.network/agents/work-memory-mcp/record.json","html":"https://wellknown.network/agents/work-memory-mcp","markdown":"https://wellknown.network/agents/work-memory-mcp/record.md","api":"https://wellknown.network/api/v1/agents/work-memory-mcp","status":"https://wellknown.network/api/v1/agents/work-memory-mcp/status","claim":"https://wellknown.network/agents/work-memory-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/work-memory-mcp/claim.json","badge":"https://wellknown.network/agents/work-memory-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:work-memory-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"work-memory-mcp","summary":"Local-first, cross-project development memory layer","description":"# Work Memory\n\nWork Memory is a local-first development memory layer for VS Code and MCP clients. It stores cross-repository work history in SQLite, keeps an append-only JSONL archive for auditability, and exposes that shared memory through a local MCP server.\n\nIt is designed for one-machine-first use, but the codebase is portable and the memory store can be backed up, restored, or pointed at a synced location.\n\n## What It Does\n\n- stores turns, notes, commands, files, entities, topics, and commit references\n- imports local VS Code chat history from `workspaceStorage`\n- serves that memory back into VS Code through MCP\n- keeps retrieval deterministic with metadata-first filters before text search\n- includes an RLM-inspired recursive recall mode with trajectory metadata and optional JSONL logs\n\n## Quick Start\n\n```bash\npython -m venv .venv\n.venv\\Scripts\\activate\npip install -e .[dev]\nwork-memory init\nwork-memory-install-vscode\n```\n\nAfter that, reload VS Code and trust the `work-memory` MCP server when prompted.\n\nFor a published install from PyPI, use the package name `work-memory-mcp`:\n\n```bash\npip install work-memory-mcp\n```\n\n## VS Code Usage\n\nIf you use this from another VS Code window on the same machine, that other window can query the same history as long as it is configured to launch this MCP server. The memory data is already shared machine-wide by default under `%LOCALAPPDATA%/work-memory`, so the main requirement is MCP client configuration, not a separate database per window.\n\nYou do not need a global install just to use it across multiple VS Code windows on this computer. A workspace or user-level MCP config can point directly at this project's virtual environment:\n\n```json\n{\n  \"command\": \"C:/Project/work-memory/.venv/Scripts/python.exe\",\n  \"args\": [\"-m\", \"work_memory.mcp_server\", \"--transport\", \"stdio\"]\n}\n```\n\nIf you want a more stable command that does not depend on this repo path, install the package into a dedicated environment and point VS Code at `work…","publisher":null,"homepage":"https://github.com/joe02740/work-memory","repository":"https://github.com/joe02740/work-memory","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp","memory","vscode","sqlite","developer-tools","local-first"],"pricing":null,"endpoints":[{"url":"pypi:work-memory-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"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"declared"},{"slug":"knowledge.memory","name":"Agent Memory","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["data","dev","knowledge"],"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":"work-memory-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:14.262Z","publishedAt":"2026-03-08T22:35:17.920312Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"work-memory-mcp","url":"https://pypi.org/project/work-memory-mcp/","firstSeenAt":"2026-09-10T16:22:30.498Z","fetchedAt":"2026-09-10T16:22:30.498Z","normalizedAt":"2026-09-10T16:22:30.498Z"}]},"firstSeenAt":"2026-09-10T16:22:30.498Z","updatedAt":"2026-09-10T16:24:14.262Z"}