Skip to content
Zed

specmate for Zed

io.github.alele496/bsv-specmate

BSV coding knowledge engine for AI agents — pre-compile traps and post-compile diagnosis.

client:Zed transport:stdio runtime:npm

Install specmate in Zed

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

{
  "context_servers": {
    "bsv-specmate": {
      "command": "npx",
      "args": [
        "-y",
        "bsv-specmate"
      ]
    }
  }
}

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

specmate in other clients