
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
MCP server for Karea task management - 50 tools for Claude Code, Cursor, and other MCP clients to create, edit, close, and recap your dev tasks
The MCP server for Karea. 50 tools so Claude Code, Cursor, and any other MCP-compatible client can create, edit, close, recap, link, and otherwise manage your tasks while you code.
npx karea-mcp
Add to ~/.claude.json (or run claude mcp add):
{
"mcpServers": {
"karea": {
"command": "npx",
"args": ["-y", "karea-mcp"],
"env": {
"KAREA_API_KEY": "your_key_here",
"KAREA_URL": "https://karea.app"
}
}
}
}
Get your API key at https://karea.app/dashboard/settings?section=api-keys.
Add to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json globally:
{
"mcpServers": {
"karea": {
"command": "npx",
"args": ["-y", "karea-mcp"],
"env": {
"KAREA_API_KEY": "your_key_here"
}
}
}
}
50 tools (regenerated by scripts/sync-metadata.mjs):
karea_add_notekarea_add_requisitekarea_answer_questionkarea_askkarea_close_taskkarea_create_categorykarea_create_projectkarea_create_questionkarea_create_resourcekarea_create_subtaskkarea_create_taskkarea_delete_categorykarea_delete_notekarea_delete_projectkarea_delete_questionkarea_delete_requisitekarea_delete_resourcekarea_delete_taskkarea_doingkarea_donekarea_edit_notekarea_edit_questionkarea_edit_taskkarea_get_contextkarea_get_jira_linkkarea_get_markdownkarea_get_resourcekarea_link_jirakarea_link_resource_to_taskkarea_link_sessionkarea_list_noteskarea_list_projectskarea_list_questionskarea_list_resourceskarea_list_sessionskarea_list_subtaskskarea_list_taskskarea_quick_taskkarea_recapkarea_set_contextkarea_set_markdownkarea_share_projectkarea_toggle_requisitekarea_unlink_jirakarea_unlink_resource_from_taskkarea_unlink_sessionkarea_update_resourcekarea_upload_resourcekarea_view_taskkarea_view_tasksYou: I'm starting on the auth bug.
Claude (via karea-mcp): karea_doing("auth bug")
--> status set to in_progress
You: Add a closing requisite: must pass the failing test.
Claude: karea_add_requisite(...)
You (later): I fixed it.
Claude: karea_toggle_requisite(...) then karea_done("auth bug")
MIT. See LICENSE.
FAQs
MCP server for Karea task management - 50 tools for Claude Code, Cursor, and other MCP clients to create, edit, close, and recap your dev tasks
We found that karea-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 is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.