Connect to VS Code
Overview
Integrate Compliancely into Visual Studio Code using the Model Context Protocol (MCP). Once configured, VS Code AI assistants can securely access Compliancely verification and compliance services directly from your development environment.
Prerequisites
Install the latest version of VS Code and ensure MCP support is available.
Sign in with a valid Compliancely account to authorize MCP access.
Internet access is required for authentication and API communication.
Be prepared to complete a one-time OAuth authorization flow when first using Compliancely tools.
Setup instructions
Option 1: One-Click Install
To open VS Code and automatically add the Compliancely MCP - Install in VS Code
VS Code will automatically configure the MCP server and prompt for authentication when needed.
Option 2: Manual Configuration
- Open Command Palette:
Ctrl + Shift + P
- Open MCP configuration settings.
- Add the following configuration:
{ "servers": { "compliancely": { "type": "http", "url": "https://mcp.compliancely.com/mcp" } } } - Save the configuration
- Reload VS Code.
Authenticate with Compliancely
When a Compliancely tool is used for the first time:
- VS Code opens a browser window.
- Sign in to your Compliancely account.
- Review requested permissions.
- Approve access.
Authentication tokens are then securely managed by the IDE.
Verify Your Connection
Open your AI chat panel and enter:
List available Compliancely tools
or
Verify the MCP connection
Successful setup will display available Compliancely tools.
Troubleshooting
MCP Server Not Available
Verify:
- MCP support is enabled in your extension
- Configuration syntax is valid
- The server URL is reachable
Authentication Failed
Try:
- Reauthorizing access
- Restarting VS Code
- Clearing cached credentials
Service Invocation Errors
Verify:
- Network connectivity
- Account permissions
- Available usage credits
Support
Need help? Reach the Compliancely team through these channels.
Updated 13 days ago
