esrp mcp server test for Cursor
io.github.sravanism/esrp-mcp-server-test
The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
client:Cursor
transport:stdio
runtime:npm
Install esrp mcp server test in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"esrp-mcp-server-test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"esrpmicrosoft-oss-mcp-test"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs