Prerequisites
- VS Code installed
- GitHub Copilot extension installed
- GitHub Copilot subscription (Individual, Business, or Enterprise)
MCP support in GitHub Copilot requires VS Code 1.99+ and GitHub Copilot extension version 1.250+.
For more details, see the official VS Code MCP documentation.
Troubleshooting
Where to add the configuration
Where to add the configuration
- Open the Command Palette (
Cmd+Shift+Pon macOS,Ctrl+Shift+Pon Windows/Linux) - Run MCP: Open User Configuration
- Add the Neptune configuration to your
mcp.jsonfile
Configuration format
Configuration format
Add this to your On Windows:
mcp.json:'uvx: command not found'
'uvx: command not found'
VS Code can’t find the
uv package manager.- Install uv:
- Reload VS Code window (Cmd+Shift+P → “Reload Window”)
MCP not available
MCP not available
MCP support requires:
- VS Code version 1.99 or later
- GitHub Copilot extension version 1.250 or later
- Active GitHub Copilot subscription
Neptune tools not appearing in Copilot Chat
Neptune tools not appearing in Copilot Chat
- Make sure you’ve reloaded VS Code after adding the configuration
- Open Copilot Chat (Cmd+Shift+I or Ctrl+Shift+I)
- Try asking: “What MCP tools do you have?”
- Check the Output panel for any error messages (View → Output → GitHub Copilot)
Windows: Command fails
Windows: Command fails
On Windows, wrap the command with
cmd /c:Verify Installation
To verify Neptune is working:- Open Copilot Chat in VS Code (Cmd+Shift+I or Ctrl+Shift+I)
- Ask: “What Neptune tools do you have access to?”
- You should see a list including
login,deploy_project, etc.
Next Steps
Quickstart
Continue with authentication and deploy your first app