Zed#

To install the Silicon Labs MCP Server in Zed, complete the following steps:

  1. Run the following command to install the mcp-remote package from npm:

    npm install -g mcp-remote

  2. Run mcp-remote to authenticate with Silicon Labs Docs:

    npx mcp-remote https://silabs.mcp.kapa.ai.

  3. When prompted, authenticate the MCP server. The session is saved automatically in ~/.mcp-remote/

  4. Update the ~/.config/zed/settings.json settings file to include a context_servers block:

    ~/.config/zed/settings.json
    
    {
      "context_servers": {
        "silicon-labs-docs": {
          "source": "custom",
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://silabs.mcp.kapa.ai"
          ],
          "env": {}
        }
      }
    }

For more details, see the Zed MCP documentation.