Prerequisites
- VS Code installed
- Cline extension installed
Configuration
MCP servers are configured in thecline_mcp_settings.json file. Access it via the MCP Servers icon in the Cline panel → Configure tab → Configure MCP Servers.
For more details, see the official Cline MCP documentation.
Troubleshooting
Where to add the configuration
Where to add the configuration
- Click the MCP Servers icon in the top navigation bar of the Cline panel
- Select the Configure tab
- Click Configure MCP Servers to open
cline_mcp_settings.json - Add the Neptune configuration
Configuration not being recognized
Configuration not being recognized
Make sure your Note: The config uses
cline_mcp_settings.json has the correct structure:mcpServers (same format as Claude Desktop).'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”)
Windows: Command fails
Windows: Command fails
On Windows, you must wrap the command with
cmd /c:Neptune tools not appearing
Neptune tools not appearing
- Make sure Cline extension is installed and enabled
- Reload VS Code window after adding configuration
- Try asking Cline: “What MCP tools do you have?”
Cline not using MCP
Cline not using MCP
Make sure you’re using a Cline version that supports MCP. Update the extension:
- Go to Extensions (Cmd+Shift+X)
- Find Cline
- Click “Update” if available
Verify Installation
To verify Neptune is working:- Open Cline in VS Code
- 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