Currently MCP has to be configured via settings.json. But we plan to ship a better UI soon.
š MCP (Model Context Protocol) helps Augment run AI-powered processes by connecting it to specific tools. To enable it, we need to add a command in Augmentās settings file.
š„ļø To configure MCP, you need to edit settings.json.
Here's how to find it:
1ļøā£ Navigate to the VS Code Palette
2ļøā£Ā Search for āSettingsā

3ļøā£Ā Under Advanced Settings, click Edit in settings.json
4ļøā£Ā This opens settings.json in your editor.
ā ļø Important: You must pass in an object representing a command to the mcpServers array. This tells Augment exactly how to run the MCP tool.
š” Hereās an example of how to add the MCP tool for SQLite to settings.json:

ā This ensures Augment recognizes MCP and runs the correct process.