Skip to content
VS Code

test shape mcp for VS Code

io.github.mrfentmen/test-shape-mcp

Audit local test structure using aggregate assertions without returning test names, paths, or...

client:VS Code transport:stdio runtime:npm

Install test shape mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "test-shape-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "test-shape-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

test shape mcp in other clients