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 FirstAssistants should call get_task immediately upon assignment.
- Scan for ReuseCall find_similar_work before starting any implementation.
- Document LessonsCall add_lesson when resolving tricky environmental or logic bugs.
Tool Registry
create_taskInitialize a new task
update_taskPatch status or progress
get_taskFetch full context
search_tasksQuery keyword matches
find_similar_workCheck for duplicates
add_lessonRecord fix patterns
search_lessonsQuery knowledge base
attach_artifactLink PRs or Commits