scribe

dpopsuev/scribe
★ 0 stars Go 💻 Code/Dev Tools Updated 1mo ago
A planning tool via CLI and MCP server for freedom from context windows
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scribe": {
      "command": "go",
      "args": [
        "run",
        "github.com/dpopsuev/scribe@latest"
      ]
    }
  }
}