MCP Configuration Guide
Step-by-step instructions to configure Model Context Protocol (MCP) integration with various code assistants and development tools.
This guide provides configuration instructions for integrating Azion’s MCP server with popular code assistants.
Prerequisites
Before configuring MCP, ensure you have:
-
An Azion Personal Token
- Navigate to Azion Console
- Create a new Personal Token
- Copy and store it securely
-
A compatible code assistant installed
Claude Code (Terminal)
Claude Code provides native MCP support through simple CLI commands.
Installation
Usage
Once configured, you can ask Claude to:
- Search Azion documentation
- Generate deployment guides
- Create Rules Engine configurations
- Build GraphQL queries
Cursor
Cursor supports MCP through its settings interface.
Configuration steps
- Open Cursor Settings
- Navigate to Tools & Integrations
- Add the following MCP configuration:
Windsurf
Windsurf requires creating a configuration file in your project.
Setup
Create the file .codeium/windsurf/mcp_config.json:
Requirements
- Node.js 18+ installed
mcp-remotepackage (installed automatically via npx)
Claude Desktop
Claude Desktop supports MCP through its configuration settings.
Configuration
- Open Claude Desktop settings
- Navigate to MCP configuration
- Add the following:
VS Code with GitHub Copilot
For VS Code users with GitHub Copilot extension supporting MCP.
Setup
Create .vscode/mcp.json in your project root:
MCP support in VS Code may require additional extensions. Check the marketplace for MCP-compatible extensions.
Warp Terminal
Configure MCP in Warp’s settings.
Configuration
Add to Warp MCP settings:
Kiro Code
Kiro Code supports MCP through its settings file.
Setup
Create .kiro/settings/mcp.json:
OpenCode
OpenCode uses TOML configuration for MCP servers.
Setup
Create .codex/config.toml:
Testing your connection
Using MCP Inspector
MCP Inspector helps validate your configuration before using it with code assistants.
Installation
Testing
-
Run the inspector:
-
Configure connection:
- Transport type:
streamable-http - URL:
https://mcp.azion.com - Authentication:
Authorization: Bearer YOUR_PERSONAL_TOKEN
- Transport type:
-
Click Connect
-
Verify:
- Tools tab: Should show 9 available tools
- Resources tab: Should show deployment resources
Test a tool
- Select
search_azion_docs_and_site - Enter query:
"how to configure cache" - Verify response contains relevant documentation
API endpoint
The Azion MCP server is available at:
This endpoint provides access to all MCP tools and resources for interacting with Azion’s platform.
Security best practices
- Never commit tokens: Add configuration files to
.gitignore - Use environment variables: Store tokens in environment variables when possible
- Rotate tokens regularly: Create new tokens periodically
- Use minimal permissions: Create tokens with only necessary permissions