Loom

New Task

MCP Reference

Connect Loom directly to your AI assistants. Loom provides a full Model Context Protocol server for seamless task orchestration and memory management.

Configuration

Add the following to your MCP client settings (e.g., claude_desktop_config.json) to enable the Loom toolset.

{
  "mcpServers": {
    "loom": {
      "command": "node",
      "args": [
        "D:/Antigravity project map/Claude/Loom/mcp/index.js"
      ]
    }
  }
}

Expected Behavior

  • Triage First
    Assistants should call get_task immediately upon assignment.
  • Scan for Reuse
    Call find_similar_work before starting any implementation.
  • Document Lessons
    Call add_lesson when resolving tricky environmental or logic bugs.

Tool Registry

create_task
Initialize a new task
update_task
Patch status or progress
get_task
Fetch full context
search_tasks
Query keyword matches
find_similar_work
Check for duplicates
add_lesson
Record fix patterns
search_lessons
Query knowledge base
attach_artifact
Link PRs or Commits