diff --git a/servers/equinix-fabric/server.yaml b/servers/equinix-fabric/server.yaml new file mode 100644 index 00000000..50c3a340 --- /dev/null +++ b/servers/equinix-fabric/server.yaml @@ -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: diff --git a/servers/equinix-ix/server.yaml b/servers/equinix-ix/server.yaml new file mode 100644 index 00000000..429fd3f2 --- /dev/null +++ b/servers/equinix-ix/server.yaml @@ -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: