Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ becomes a real, deployable app with a live preview — instead of local scaffold

## Claude Code

**Add the custom marketplace**
**One-click install**

[Install macaly-code in Claude](https://claude.ai/desktop/customize/plugins/new?marketplace=langtail/macaly-code-plugin&plugin=macaly-code)

```
https://claude.ai/desktop/customize/plugins/new?marketplace=langtail/macaly-code-plugin&plugin=macaly-code
```

This opens the Claude desktop app straight on the macaly-code install dialog, with the
marketplace already filled in.

**Or add the custom marketplace by hand**

```sh
/plugin marketplace add langtail/macaly-code-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/macaly-code/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mcpServers": {
"macaly-code": {
"type": "http",
"url": "https://macaly-git-johanovskyt-macaly-mcp-poc-prompt-langtail.vercel.app/api/code-mcp/mcp"
"url": "https://www.macaly.com/api/code-mcp/mcp"
}
}
}
Loading