Zed#
To install the Silicon Labs MCP Server in Zed, complete the following steps:
Run the following command to install the
mcp-remotepackage from npm:npm install -g mcp-remoteRun
mcp-remoteto authenticate with Silicon Labs Docs:npx mcp-remote https://silabs.mcp.kapa.ai.When prompted, authenticate the MCP server. The session is saved automatically in
~/.mcp-remote/Update the
~/.config/zed/settings.jsonsettings file to include acontext_serversblock:~/.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.