loom-mcp-vscode
v0.4.1-patch
Published
Semantic persistent context for AI agents in VS Code
Downloads
425
Readme
LOOM MCP for VS Code
Visual Studio Code extension for LOOM — the semantic persistent context OS for AI agents.
Features
- Auto-register MCP server: On activation, the extension automatically registers
loom-mcpin your VS Code settings so Cline / Roo Code / compatible clients can use it immediately. - LOOM Context sidebar: Browse active task, decisions, risks, and file health directly in the Explorer panel.
- One-click refresh: Sync the sidebar with the latest
loom statusoutput. - Quick commands:
LOOM: Register MCP ServerLOOM: Run loom statusLOOM: Refresh LOOM Context
Requirements
- Node.js >= 18
loom-mcpCLI installed globally:npm install -g loom-mcp
Extension Settings
| Setting | Default | Description |
|---------|---------|-------------|
| loom.autoRegisterMcp | true | Automatically register loom-mcp in VS Code settings on activation |
| loom.path | loom | Path to the loom CLI executable |
Release Notes
0.1.1
- Initial release with auto MCP registration and basic tree view.
