VS Code AI Agent Interactive Programming. Tools for CoPIlot and other assistants. Can also be used as an MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"calva-backseat-drive": {
"command": "npx",
"args": [
"-y",
"BetterThanTomorrow/calva-backseat-driver"
]
}
}
}
Run in terminal:
claude mcp add calva-backseat-drive npx -y BetterThanTomorrow/calva-backseat-driver
Add to .cursor/mcp.json:
{
"mcpServers": {
"calva-backseat-drive": {
"command": "npx",
"args": [
"-y",
"BetterThanTomorrow/calva-backseat-driver"
]
}
}
}