Claude Code in VS Code & Cursor
Run the Claude Code extension in your editor through evolved.to.
The Claude Code extension runs in VS Code and in editors built on it, such as Cursor. It reads the same settings as the CLI, so you configure evolved.to once and both work.
Configure
Install the extension
Search for “Claude Code” in the Extensions view of VS Code or Cursor and install it.
Add evolved.to to your Claude Code settings
~/.claude/settings.json { "env": { "ANTHROPIC_BASE_URL": "https://api.evolved.to", "ANTHROPIC_AUTH_TOKEN": "your_key_here", "ANTHROPIC_MODEL": "claude-sonnet-5" } }Reload the editor
Run “Developer: Reload Window” from the command palette so the extension picks up the new settings.
Verify
Open the Claude Code panel and run /status. You should see https://api.evolved.to as the base URL. If the panel asks you to sign in, check that the settings file is valid JSON.