specline

kiritbasu/specline
★ 1 stars Rust AI/LLM Updated 3d ago
Local-first store for everything that describes a software project other than the code — specs, decisions, tasks, roadmap — with an MCP server as the primary interface.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "specline": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "specline"
      ]
    }
  }
}

README Excerpt

Specline stores everything about a software project except the code: the specs, the decisions, the tasks, the open questions, the feedback. It runs on your machine. Claude Code and Codex read and write it through is in there. --- Two things go wrong when you build software with an AI agent. **You explain the project again every session.** What it is, what you decided