
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
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 1 open source maintainer 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.