TestAtlas for Cursor
io.github.karzone/testatlas.mcp
Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints
client:Cursor
transport:stdio
runtime:nuget
Install TestAtlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"testatlas.mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"TestAtlas.Mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs