Skip to content

equinix/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Equinix MCP Servers Repository

Official repository containing Model Context Protocol (MCP) servers and guidance for integrating them with AI assistants and language models.

📋 Table of Contents

Overview

This repository provides standardized MCP server implementations that enable AI assistants and language models to securely interact with external APIs and services. MCP is an open protocol that allows structured access to resources and operations.

Status: Some servers may be in Private Beta. Contact your account representative or submit an inquiry to learn about beta access.

Available Servers

Server Name Endpoint Description
Fabric MCP https://mcp.equinix.com/fabric Interact with Equinix Fabric resources
Peering Insights MCP https://mcp.equinix.com/peeringInsights Manage Internet Exchange and peering resources

Server Tools

Each MCP server exposes a set of tools for interacting with its respective API. Tools are organized by server below.

Fabric MCP Server

Location: https://mcp.equinix.com/fabric

Available tools:

Peering Insights MCP Server

Location: https://mcp.equinix.com/peeringInsights

🌐 MCP Server Endpoints

MCP servers are accessible via standardized HTTP endpoints that support the Model Context Protocol. These endpoints work with any compatible MCP client.

Standard Configuration:

{
  "servers": {
    "fabric": {
      "type": "http",
      "url": "https://mcp.equinix.com/fabric"
    },
    "peering-insights": {
      "type": "http",
      "url": "https://mcp.equinix.com/peeringInsights"
    }
  }
}

Note: These URLs are designed for use within compliant MCP clients only. Direct browser access will return a 405 Method Not Allowed error. Use VS Code, Claude Desktop, or the MCP Inspector instead.

🔌 Installation & Getting Started

Choose your preferred client for quick setup:

Client Installation Guide
VS Code Install "MCP Servers" extension from Marketplace VS Code MCP Guide
Claude Desktop Add via "Add custom connector" in settings Claude Desktop Guide
Visual Studio Built-in support (VS 2022 or later) Visual Studio Guide
Cursor IDE Install via Cursor settings panel Cursor MCP Guide

🚀 Quick Setup

New to Equinix MCP? Start here: Getting Started Guide →

This guide covers: This guide covers:

  • Authentication (OAuth 2.1 — DCR/CIMD)
  • Setting up your preferred MCP client
  • Testing your connection
  • Running your first commands
  • Security best practices

Configuration

Basic Setup

  1. Copy the MCP server endpoint URL from the Available Servers table
  2. Add it to your client's configuration file
  3. Verify the connection in your MCP client interface

⚠️ Troubleshooting

Issue Solution
Connection errors Verify your network connection and ensure the server URL is correctly entered in your MCP client configuration
Tools not appearing Restart your IDE/client application and verify the MCP server is properly installed and connected
HTTP 405 error This occurs when accessing the endpoint in a web browser. Use your MCP client (VS Code, Claude Desktop, etc.) or MCP Inspector instead
Authentication failures Ensure you completed the client browser consent flow and that the MCP client is configured with the correct server URL. If the client can't open a browser, check pop-up blockers and OS URL handlers.
Slow responses Check your network latency and server status. Consider retrying requests if network conditions are poor

🆘 Support


📚 Documentation Index

Resource Purpose
Getting Started First-time setup and configuration
Fabric MCP Server Connection management workflows and examples
Peering Insights Server Peering optimization and analysis

Additional Resources

About

This repository contains a list of Equinix's official Model Context Protocol(MCP) servers, guidance on how to use remote MCP Servers and examples to get started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors