VS Code MCP Server Integration
How to integrate VS Code with Aluvia's MCP server for enhanced AI capabilities.
Setup Guide
1
Prerequisites
Before you begin, make sure you have:
- Node.js installed and up to date
- An Aluvia account
- Your Aluvia Token, found in the Dashboard → Credentials
💡Tip
Your Aluvia Token looks like: 2dceb1aa0***************************
2
Configuration
- Open the VS Code Command Palette (
Ctrl+Shift+PorCmd+Shift+P) - Search for "MCP: Add Server"
- Enter the following configuration:
{
"servers": {
"Aluvia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.aluvia.io",
"--header",
"Authorization: Bearer YOUR_ALUVIA_TOKEN"
]
}
},
"inputs": []
}
Replace YOUR_ALUVIA_TOKEN with your actual Aluvia Token from the Credentials page.
3
Verify Installation
- Open GitHub Copilot Chat in VS Code
- Ask: "Can you list my Aluvia connectivity credentials?"
- Copilot should connect to Aluvia and return your credential list
- The Aluvia MCP server should appear in the MCP status panel
4
Test Connectivity Credential Management
Try these example commands:
- "Show me all my connectivity credentials"
- "Create a new connectivity credential"
- "Test the credential with username
username123" - "What's my current data usage?"