← Index

com.microsoft.esrp/esrp-oss-mcp-test

com.microsoft.esrp/esrp-oss-mcp-test·v26.226.135743·Other
Quality Score
82
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://esrp-mcp-server-{env}.azurewebsites.net/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "esrp-oss-mcp-test": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/esrp-release-test-integration"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "esrp-oss-mcp-test": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/esrp-release-test-integration"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @microsoft/esrp-release-test-integration
Claude Desktop (uvx)
{
  "mcpServers": {
    "esrp-oss-mcp-test": {
      "command": "uvx",
      "args": [
        "esrp_release_test"
      ]
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "esrp-oss-mcp-test": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/sravanmsft/esrp-oss-mcp-test:latest"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other