Skip to main content

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

  1. Open the VS Code Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  2. Search for "MCP: Add Server"
  3. 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

  1. Open GitHub Copilot Chat in VS Code
  2. Ask: "Can you list my Aluvia connectivity credentials?"
  3. Copilot should connect to Aluvia and return your credential list
  4. 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?"