Setting Up MCP in Augment

Currently MCP has to be configured via settings.json. But we plan to ship a better UI soon.


What is MCP?

šŸ“Œ 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.


Step 1: Finding the 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ā€

image.png

3ļøāƒ£Ā Under Advanced Settings, click Edit in settings.json

4ļøāƒ£Ā This opens settings.json in your editor.


Step 2: Adding the MCP Configuration (Key Step!)

āš ļø 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:

Screenshot 2025-03-12 at 8.45.50 AM.png

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