Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP SSH Server
  • Amazon VPC Lattice MCP Server
  • QASE MCP Server
  • Image Processor MCP Server
  • Filesystem MCP Server
Back to MCP Servers
SSH MCP Server

SSH MCP Server

Public
mfangtao/mcp-ssh-server

An MCP-based SSH server enabling secure remote command execution via SSH2 with password or private key authentication, returning detailed command results including stdout, stderr, and exit codes, developed in TypeScript for type safety.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with SSH MCP Server

MCP Server

Unlock the full potential of SSH MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

SSH MCP Server

一个基于SSH2和Model Context Protocol (MCP)的SSH服务器,提供远程命令执行功能。

功能特性

  • 通过MCP协议提供SSH远程命令执行工具
  • 支持密码和私钥认证
  • 返回命令执行结果(stdout/stderr/exit code)
  • 基于TypeScript开发,类型安全

安装

# 克隆仓库 git clone https://github.com/your-repo/ssh-server.git cd ssh-server # 安装依赖 npm install # 构建项目 npm run build

使用方法

  1. 启动服务器:
npm start
  1. 通过MCP客户端调用execute_ssh_command工具:

请求示例:

{ "connection": { "host": "example.com", "port": 22, "username": "user", "password": "password" // 或使用 privateKey }, "command": "ls -la" }

开发

# 开发模式 npm run build -- --watch # 运行测试 # (需要添加测试脚本)

依赖

  • ssh2: SSH2客户端/服务器库
  • @modelcontextprotocol/sdk: MCP SDK

许可证

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP SSH Server
    MCP SSH Server

    Secure Model Context Protocol (MCP) SSH server enabling remote command execution, file and directory...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    Model Context Protocol server offering tools to access, manage, and automate AWS VPC Lattice resourc...

    2 tools
    Added May 30, 2025
  • QASE MCP Server
    QASE MCP Server

    TypeScript-based Model Context Protocol server enabling seamless integration with Qase API to manage...

    26 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • Filesystem MCP Server
    Filesystem MCP Server

    Node.js MCP server enabling secure, permission-controlled filesystem operations including file and d...

    Added May 30, 2025