dossier

itsHabib/dossier
★ 0 stars Rust 🧠 Memory/Knowledge Updated today
Project memory. A markdown corpus + MCP server. Tracks design docs, TDDs, tasks, and artifacts queryable through any LLM.
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": {
    "dossier": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "dossier"
      ]
    }
  }
}

README Excerpt

Project memory for the solo developer. One markdown-on-disk corpus tracking design docs, TDDs, and task notes across a portfolio, queryable through any LLM via MCP. See [docs/vision.md](docs/vision.md) for the longer "what + why + what we're explicitly not building." ```sh cargo install --path . mkdir -p ~/dossier-corpus/.dossier # the .dossier/ marker is all you need

Topics

agent-toolsclaudellmmarkdownmcpmcp-serverproject-managementrust