Agent-Native Chat for VS Code
io.github.builderio/agent-native-chat
Minimal chat-first app with durable threads, actions, and the app-agent loop
client:VS Code
transport:streamable-http
Install Agent-Native Chat in VS Code
.vscode/mcp.json
{
"servers": {
"agent-native-chat": {
"type": "http",
"url": "https://starter.agent-native.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs