Prerequisites
VS Code
Download and install VS Code (free)
Node.js 18+
Required for the Hub Bridge - check with
node --versionSetup Options
VS Code now supports both local Hub Bridge and direct remote HTTP endpoints.Option 1: Remote HTTP Endpoint (Direct Connection)
Visit nexus.civic.com
- Sign in to nexus.civic.com
- Select the MCP servers you want to use
- Copy the MCP URL:
https://nexus.civic.com/hub/mcp
Add to VS Code Settings
- Open VS Code Settings (File → Preferences → Settings)
- Search for “MCP”
- In the MCP Servers section, click Add Server
- Configure:
- Name: Civic Nexus
- Type: http
- URL:
https://nexus.civic.com/hub/mcp
- Save the configuration
Enable MCP Features
In VS Code Settings, search for “MCP” and enable the required MCP extension options
Option 2: Hub Bridge (Local Connection)
Click 'Add to VS Code'
Use the one-click install button below:
📦 Add to VS Code (Hub Bridge)
Enable MCP Features
In VS Code Settings, search for “MCP” and enable the required MCP extension options
Test Your Connection
Try these prompts in VS Code’s chat/AI features:Manual Setup (Alternative)
If the one-click install doesn’t work, add Civic Nexus manually:Method 1: Via VS Code Settings (Recommended)
Add MCP Server
- Look for MCP Servers section in settings
- Click Add Server or +
- Configure the server:
- Name: Civic Nexus
- Type: stdio
- Command: npx -y @civic/hub-bridge
- Save the configuration
Method 2: Via Configuration File
Troubleshooting
VS Code doesn't open when I click the install button
VS Code doesn't open when I click the install button
'Node.js not found' error
'Node.js not found' error
Install Node.js 18 or later from nodejs.org and restart VS Code.
MCP settings not found
MCP settings not found
Make sure you have the MCP extension installed. Some VS Code versions require additional extensions for MCP support.
Authentication window doesn't open
Authentication window doesn't open
The Hub Bridge should handle authentication in the chat. If it doesn’t:
- Restart VS Code
- Make sure you’re trying to use a tool that requires authentication
- Try running the Hub Bridge manually:
npx -y @civic/hub-bridge
Managing Your Tools
Adding More Tools
You can add new tools directly in your VS Code chat:Removing Tools
You can disconnect from specific tools directly in chat:Removing the MCP Server
To remove Civic Nexus completely: Via Settings:
Via Configuration File:

