
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
MCP (Model Context Protocol) server for Tackle todo app, enabling LLMs to interact with your Tackle tasks and projects.
Generate Auth Token in Tackle App
Add to Claude Code
claude mcp add tackle \
-s user \
-e TACKLE_AUTH_TOKEN=your_token_here \
-- npx tackle-mcp@latest
Test Connection
claude "list my tackle tasks"
The MCP server automatically discovers your Tackle database:
~/Library/Application Support/Tackle/tackle.db%APPDATA%\Tackle\tackle.db~/.config/tackle/tackle.dbYou can override this with the TACKLE_DB_PATH environment variable:
claude mcp add tackle \
-s user \
-e TACKLE_AUTH_TOKEN=your_token \
-e TACKLE_DB_PATH=/custom/path/database.db \
-- npx tackle-mcp@latest
Once configured, you can use natural language with Claude Code or Gemini CLI:
The server exposes 9 tools to Claude Code:
tackle_list_projects - List all projects with optional archived filtertackle_list_tasks - List/filter tasks by project, status, or search termstackle_search_tasks - Search tasks by title or contenttackle_create_task - Create new tasks with title, description, prioritytackle_update_task - Update task details (title, description, etc.)tackle_delete_task - Delete taskstackle_update_task_status - Update task status (restricted to: in_progress, for_review, blocked)tackle_assign_task - Assign tasks to Tester (only role allowed via MCP)tackle_get_project_context - Get comprehensive project info including:
TACKLE_DB_PATH to specify custom locationTo run locally for development:
git clone https://github.com/ActionGround/tackle-mcp
cd tackle-mcp
npm install
npm start
MIT
FAQs
MCP server for Tackle - cross-platform task management
We found that tackle-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.