authenticated llm agent for VS Code
ai.getvda/authenticated-llm-agent
Authenticated LLM Agent
client:VS Code
transport:streamable-http
tools:2
Install authenticated llm agent in VS Code
.vscode/mcp.json
{
"servers": {
"authenticated-llm-agent": {
"type": "http",
"url": "https://authenticated-llm-agent.getvda.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs