A concurrent-safe task management tool with built-in MCP server, written in Go.
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"
]
}
}
}
Run in terminal:
claude mcp add tusk go run github.com/germanamz/tusk@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"tusk": {
"command": "go",
"args": [
"run",
"github.com/germanamz/tusk@latest"
]
}
}
}