Visual Studio Code

If you installed our VS Code extension, it will automatically create or update your settings.json file for you (see the docs here).

If you installed agentmode manually, please replace ‘YOUR_INSTALLATION_FOLDER’ with the path to your uv environment below:

{
    "mcp": {
        "inputs": [],
        "servers": {
            "agentmode": {
                "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode",
                "env": {}
            }
        }
    }
}
Updated on