Skip to content

esrp mcp server test for Zed

io.github.sravanism/esrp-mcp-server-test

The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.

client:Zed transport:stdio runtime:npm

Install esrp mcp server test in Zed

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

{
  "context_servers": {
    "esrp-mcp-server-test": {
      "command": "npx",
      "args": [
        "-y",
        "esrpmicrosoft-oss-mcp-test"
      ]
    }
  }
}

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

esrp mcp server test in other clients