vivesca for VS Code
org.vivesca/vivesca
Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve.
client:VS Code
transport:stdio
runtime:pypi
Install vivesca in VS Code
.vscode/mcp.json
{
"servers": {
"vivesca": {
"type": "stdio",
"command": "uvx",
"args": [
"vivesca"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs