Install Matrix
install-matrixGenerate copy-paste MCP install snippets for 29 clients at once, encoding per-client config keys and deeplinks so any server wires in without hunting docs.
Instructions
Install Matrix — Generate copy-paste-correct MCP install snippets for ~29 clients at once — with each client's config-key traps already encoded (Antigravity demands serverUrl and lowercase names; Gemini CLI demands httpUrl; AnythingLLM demands type 'streamable'; Goose/Kiro/Cursor/VS Code get working deeplinks; ChatGPT gets the search+fetch requirement spelled out). Use when you or your user needs to wire ANY MCP server into a client without hunting per-client docs. Deterministic, no model call. Input: {server_url: string (required, http(s) URL), name?: string, transport?: 'streamable-http'|'sse', auth?: 'none'|'bearer-optional'|'bearer-required'}. Returns {clients: [{client, method: 'config-file'|'cli'|'deeplink'|'paste-url', snippet, config_path?, notes?}], count}. (1 MESH/call, a tool · devtools)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Payload for install-matrix |