tusk

germanamz/tusk
★ 1 stars Go 📦 Other Updated today
A concurrent-safe task management tool with built-in MCP server, written in Go.
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": {
    "tusk": {
      "command": "go",
      "args": [
        "run",
        "github.com/germanamz/tusk@latest"
      ]
    }
  }
}