Loading MCP server directory, please wait...
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
npx @getmcp/cli add in.calmloop/tasksRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationCalmLoop personal access token, sent as a Bearer token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"in.calmloop/tasks": {
"url": "https://calmloop.in/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {calmloop_mcp_token}"
}
}
}
}