JAIPilot for VS Code
io.github.jaipilot/jaipilot
Ship better Java with your coding agent.
client:VS Code
transport:streamable-http
Install JAIPilot in VS Code
.vscode/mcp.json
{
"servers": {
"jaipilot": {
"type": "http",
"url": "https://api.jaipilot.com/functions/v1/jaipilot/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs