Esrp Oss MCP Test
Rank #772com.microsoft/esrp-oss-mcp-test
The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
Esrp Oss MCP Test is a Model Context Protocol (MCP) server published by sravanism. It ranks #772 of 115,460 servers tracked on MCP Toplist, and its repository has 1,475 GitHub stars. Esrp Oss MCP Test is listed on Official MCP, with 14 tracked versions. It was first listed on Feb 27, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 114,688 of 115,460 servers on MCP Toplist.
Use Esrp Oss MCP Test
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http esrp-oss-mcp-test https://esrp-mcp-server-test-{env}.azurewebsites.net/mcpclaude mcp add esrp-oss-mcp-test -- npx -y @microsoft/esrp-release-test-integrationclaude mcp add esrp-oss-mcp-test -- uvx esrp_release_testclaude mcp add esrp-oss-mcp-test -- dnx sravanism.oss.mcp.serverclaude mcp add esrp-oss-mcp-test -- docker run -i --rm docker.io/sravanmsft/esrp-oss-mcp-test:mcpserverPublished as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
[mcp_servers.esrp-oss-mcp-test]
url = "https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp"Add to ~/.codex/config.toml.
[mcp_servers.esrp-oss-mcp-test]
command = "npx"
args = ["-y", "@microsoft/esrp-release-test-integration"]Add to ~/.codex/config.toml.
[mcp_servers.esrp-oss-mcp-test]
command = "uvx"
args = ["esrp_release_test"]Add to ~/.codex/config.toml.
[mcp_servers.esrp-oss-mcp-test]
command = "dnx"
args = ["sravanism.oss.mcp.server"]Add to ~/.codex/config.toml.
[mcp_servers.esrp-oss-mcp-test]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"]Add to ~/.codex/config.toml.
Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
https://esrp-mcp-server-test-{env}.azurewebsites.net/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "dnx",
"args": [
"sravanism.oss.mcp.server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"url": "https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "dnx",
"args": [
"sravanism.oss.mcp.server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
{
"servers": {
"esrp-oss-mcp-test": {
"type": "http",
"url": "https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"esrp-oss-mcp-test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"esrp-oss-mcp-test": {
"type": "stdio",
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"esrp-oss-mcp-test": {
"type": "stdio",
"command": "dnx",
"args": [
"sravanism.oss.mcp.server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"esrp-oss-mcp-test": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"
]
}
}
}Save as .vscode/mcp.json in your workspace.
Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"serverUrl": "https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "dnx",
"args": [
"sravanism.oss.mcp.server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"esrp-oss-mcp-test": {
"url": "https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp"
}
}
}{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "dnx",
"args": [
"sravanism.oss.mcp.server"
]
}
}
}{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver"
]
}
}
}Published as mcp bundle `https://github.com/esrp-test/winget-esrp-ppe/releases/download/v0.0.2/com.microsoftesrp-oss-mcp-test.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Fesrp-oss-mcp-test)<a href="https://mcptoplist.com/server/com.microsoft%2Fesrp-oss-mcp-test"><img src="https://mcptoplist.com/badge/com.microsoft%2Fesrp-oss-mcp-test.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sravanism
Other servers by sravanism
View all sravanism servers →Available versions (14)
| Version | Published |
|---|---|
| 26.825.83135 | Aug 25, 2026 |
| 26.527.121158 | May 27, 2026 |
| 26.514.115321 | May 14, 2026 |
| 26.513.135446 | May 13, 2026 |
| 26.427.61908 | Apr 27, 2026 |
| 26.420.71358 | Apr 20, 2026 |
| 26.415.62119 | Apr 15, 2026 |
| 26.318.62324 | Mar 18, 2026 |
| 26.317.90513 | Mar 17, 2026 |
| 26.311.142002 | Mar 11, 2026 |
| 26.302.172144 | Mar 2, 2026 |
| 26.302.105712 | Mar 2, 2026 |
| 26.227.55504 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Esrp Oss MCP Test?
- Esrp Oss MCP Test is maintained by sravanism, which publishes 3 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Esrp Oss MCP Test listed on the Official MCP Registry?
- Yes — Esrp Oss MCP Test is listed on the Official MCP Registry.
- How many versions does Esrp Oss MCP Test have?
- MCP Toplist tracks 14 versions of Esrp Oss MCP Test, most recently published on Aug 25, 2026.
- Where can I find the source code for Esrp Oss MCP Test?
- The source code for Esrp Oss MCP Test is hosted at github.com/sravanism/esrp-oss-mcp-server.