test shape mcp for Cursor
io.github.mrfentmen/test-shape-mcp
Audit local test structure using aggregate assertions without returning test names, paths, or...
client:Cursor
transport:stdio
runtime:npm
Install test shape mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"test-shape-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs