mcp-server
by nebius
Overview
This service allows AI agents and assistants to fetch documentation for Nebius services and execute Nebius CLI commands through the Model Context Protocol.
Installation
uvx --refresh-package nebius-mcp-server "nebius-mcp-server@git+https://github.com/nebius/mcp-server@main"Environment Variables
- NEBIUS_MCP_TIMEOUT
- NEBIUS_MCP_TRANSPORT
- NEBIUS_CLI_BIN
- NEBIUS_CLI_NAME
- SAFE_MODE
- NEBIUS_OLD_HELP
Security Notes
The server explicitly warns about potential destructive and insecure consequences due to executing arbitrary Nebius CLI commands from an AI. While it implements a 'safe mode' to restrict commands related to tokens/access keys and dangerous actions (update, delete), the fundamental nature of allowing AI-generated command execution inherently carries significant risk. Users must double-check commands and avoid 'Allow always' options.
Similar Servers
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
cli-microsoft365-mcp-server
This MCP server allows users to execute CLI for Microsoft 365 commands using natural language, enabling management of various Microsoft 365 services like SharePoint, Teams, and Power Platform.