Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions servers/equinix-fabric/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: equinix-fabric
type: remote
dynamic:
tools: true
meta:
category: interconnection
tags:
- networking
- cloud
- infrastructure
about:
title: Equinix Fabric
description: Interact with your Equinix Fabric infrastructure
icon: https://www.google.com/s2/favicons?domain=equinix.com&sz=64
remote:
transport_type: streamable-http
url: https://mcp.equinix.com/fabric
headers:
Authorization: "Bearer ${EQUINIX_ACCESS_TOKEN}"
config:
secrets:
- name: equinix-fabric.access_token
env: EQUINIX_ACCESS_TOKEN
example: <EQUINIX_ACCESS_TOKEN>
25 changes: 25 additions & 0 deletions servers/equinix-ix/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: equinix-ix
type: remote
dynamic:
tools: true
meta:
category: interconnection
tags:
- networking
- cloud
- infrastructure
- internet exchange
about:
title: Equinix IX
description: Interact with your Equinix IX infrastructure
icon: https://www.google.com/s2/favicons?domain=equinix.com&sz=64
remote:
transport_type: streamable-http
url: https://mcp.equinix.com/peeringInsights
headers:
Authorization: "Bearer ${EQUINIX_ACCESS_TOKEN}"
config:
secrets:
- name: equinix-ix.access_token
env: EQUINIX_ACCESS_TOKEN
example: <EQUINIX_ACCESS_TOKEN>