lace-mcp
v0.0.2-alpha.22
Published
MCP server for [Lace](https://inlace.co). Connects your coding agent to approved product decisions so it can see exactly what needs to change and ship the fix.
Readme
lace-mcp
MCP server for Lace. Connects your coding agent to approved product decisions so it can see exactly what needs to change and ship the fix.
How it works
- You review your product in Lace and approve a decision on the Decision Canvas
- Your coding agent calls
search_decisionsto find what's been approved - It calls
apply_decisionto get screenshots, element targeting, and step-by-step instructions - The agent writes the code change and you review the diff
Install
npx lace-mcp install claudeAlso supports cursor, claude-desktop, and codex:
npx lace-mcp install cursor
npx lace-mcp install codexThe Lace desktop app must be open and signed in for the MCP server to work.
MCP tools
| Tool | Description |
| --- | --- |
| search_decisions | Search and filter resolved decisions with pagination. No params returns the top 20 |
| apply_decision | Implementation kit for a decision: screenshots, targeting, instructions. include controls detail level (discussion requires the canvas owner to enable chat sharing) |
| list_canvases | Browse review canvases with page names and decision counts |
| list_projects | Browse projects with thread and canvas counts |
Use search_decisions to discover, then apply_decision to act. Use list_canvases and list_projects to find IDs for filtering.
Usage
Once installed, ask your coding agent:
"Search Lace decisions"Or to implement directly:
"Implement the approved Lace decision"Requirements
- macOS
- Lace desktop app (open and signed in)
- Claude Code, Cursor, or Codex CLI
Docs
Full documentation at docs.inlace.co
License
Proprietary
