drio
Open app

SSH MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

SSH MCP Server is a centralized management system for network devices that utilizes an SSH API to execute commands on network switches, providing advanced features for network monitoring, configuration validation, and reporting.

To use SSH MCP Server, clone the repository, set up a virtual environment, install dependencies, configure environment variables, set up the database, and start the server using Uvicorn.

  • Inventory management of network devices with metadata. - Command execution via SSH API with scheduling and templating. - Data processing for structured command outputs and historical tracking. - Reporting capabilities with custom templates and scheduled generation.
  1. Managing and monitoring a large number of network devices.
  2. Automating command execution for network diagnostics.
  3. Generating reports for compliance and auditing purposes.

Add to your AI client

Use these steps to connect SSH MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "ssh-mcp-server-robertbergman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "ssh-mcp-server-robertbergman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "ssh-mcp-server-robertbergman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "ssh-mcp-server-robertbergman": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "ssh-mcp-server-robertbergman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "ssh-mcp-server-robertbergman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ssh-mcp-server-robertbergman"
      ]
    }
  }
}

FAQ

What are the system requirements for SSH MCP Server?

Requires Python 3.8+, PostgreSQL 12+, and Redis for task queue.

Is there an API documentation available?

Yes, API documentation is available at Swagger UI and ReDoc when the server is running.

How can I contribute to the project?

You can contribute by submitting issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2510,"uuid":"c99e3544-c902-4015-ba99-04cdb426305f","name":"ssh-mcp-server","title":"SSH MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/5776871?v=4","created_at":"2025-03-13T08:29:46.701Z","updated_at":"2025-03-13T13:16:32.536Z","status":"created","author_name":"RobertBergman","author_avatar_url":"https://avatars.githubusercontent.com/u/5776871?v=4","tags":"ssh-mcp-server,network-management,ssh-api","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/RobertBergman/ssh-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 18:23:04\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]