@createsomething/loom-mcp
v0.1.0
Published
AI-native coordination layer. External memory for agents.
Maintainers
Readme
@create-something/loom
AI-native coordination layer. External memory for agents.
Installation
npm install @create-something/loomUsage
# Initialize Loom
lm init
# Create a task
lm create "Fix the authentication bug"
# See ready tasks
lm ready
# Claim and complete
lm claim lm-a1b2
lm done lm-a1b2 --evidence "commit-abc123"MCP Integration
Run the MCP server for agent integration:
loom-mcpSee the main README for full documentation.
