@skynode/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@skynode/mcplist my servers and their current status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@skynode/mcp
Serveur MCP qui donne à votre agent de code — Claude Code, Cursor, Codex — la visibilité sur vos serveurs SkyNode.
Ce paquet est en lecture seule : il liste vos serveurs et rend leur état. Il ne modifie rien, n'ouvre aucune session SSH, et ne peut ni commander ni payer.
Installation
Créez d'abord un jeton d'accès personnel dans votre espace client, sur /compte/securite, en cochant la portée « Lire mes serveurs et leur état ». La valeur n'est affichée qu'une seule fois.
Claude Code
claude mcp add skynode --env SKYNODE_TOKEN=sky_votre_jeton -- npx -y @skynode/mcpCursor, Windsurf, Codex
Dans la configuration MCP de votre client :
{
"mcpServers": {
"skynode": {
"command": "npx",
"args": ["-y", "@skynode/mcp"],
"env": { "SKYNODE_TOKEN": "sky_votre_jeton" }
}
}
}Related MCP server: Akamai Cloud MCP Server
Outils
Outil | Ce qu'il fait |
| Liste vos serveurs : nom, adresse IP, état, identifiant |
| Détaille un serveur : état, IP, système, région, échéance |
Variables d'environnement
Variable | Rôle |
| Requis. Votre jeton personnel, commençant par |
| Facultatif. Par défaut |
Le jeton se déclare par variable d'environnement, jamais en argument de ligne de commande : les arguments d'un processus sont lisibles par tout utilisateur de la machine.
Ce que SkyNode ne voit pas
Ce serveur tourne sur votre machine. SkyNode ne reçoit que les appels d'API classiques de votre compte — les mêmes que ceux de votre espace client.
Développement
pnpm install
pnpm test
pnpm buildPour l'essayer contre une API locale :
SKYNODE_API_URL=http://localhost:3001/api/v1 SKYNODE_TOKEN=sky_… node dist/index.jsLicence
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceRead-only MCP server for the RareCloud API, enabling AI agents to list servers, browse the catalog, check billing, and plan deployments.10010MIT
- AlicenseAqualityBmaintenanceA read-only MCP server for Akamai Cloud (Linode) that lets users ask plain-language questions about their account, including inventory, pricing, GPU availability, and account limits.37Apache 2.0
- Alicense-qualityCmaintenanceRead-only MCP server that monitors a Bitcoin Core full node via JSON-RPC, providing tools to check node status, network info, mempool, and peer information.MIT
- Alicense-qualityCmaintenanceA read-only MCP server for Cartrack fleet management, enabling listing vehicles and checking their last-known status and location.MIT
Related MCP Connectors
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
MCP server for interacting with the Supabase platform
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zampou-code/skynode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server