Skip to content
Zed

embedcalc mcp for Zed

io.github.ethan-hub26/embedcalc-mcp

Embedded calculators, codegen & schematic review: CRC, timing, struct, IEEE-754, KiCad.

client:Zed transport:stdio runtime:npm

Install embedcalc mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "embedcalc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "embedcalc-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

embedcalc mcp in other clients