scaffold_editor_integration
Preview or write editor configurations to integrate the Matrix Scroll MCP server into Cursor, VS Code, or Claude, with a diff preview before saving.
Instructions
Preview or write editor configurations to integrate the Matrix Scroll MCP server.
This tool is write-capable. By default, it runs in preview-only mode returning a unified diff.
It will only write the configuration to disk if the `write` parameter is explicitly set to True.
Parameters:
workspace (str): The absolute path to the local project workspace.
editor (str): The target editor/host name. Supported values: "cursor", "vscode", "claude".
write (bool, optional): If True, writes the updated configuration directly to the project's
editor settings directory. If False (default), returns a diff preview only.
Returns:
dict[str, Any]: A dictionary containing the target configuration path, config payload,
unified diff preview, and write success status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| write | No | ||
| editor | Yes | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||