RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.Zw-awa/ssh-session-mcp · v2.7.1
Shared SSH PTY runtime for MCP clients with viewer, input lock, async tracking, and policy rules.
SSH Session MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ssh-session-mcp": {
"command": "npx",
"args": [
"-y",
"ssh-session-mcp"
]
}
}
}SSH_MCP_CONFIG可选Optional explicit path to ssh-session-mcp.config.json when the config is not in the current working directory.
SSH_MCP_INSTANCE可选Optional runtime instance id used to isolate state across multiple MCP clients or agents.
VIEWER_PORT可选Viewer HTTP port. Use auto to allocate a free local port, or 0 to disable the browser viewer.
VIEWER_HOST可选Optional viewer bind host. Defaults to 127.0.0.1 for local-only browser access.
AUTO_OPEN_TERMINAL可选Set to true or 1 to automatically open the browser terminal when a session is created.
SSH_MCP_MODE可选Operation mode. safe blocks risky or unsuitable terminal actions by default, while full allows broader execution.
SSH_MCP_LOCAL可选Set to true or 1 to run a local shell instead of opening a real SSH connection. Useful for demos and offline testing.
SSH_MCP_DEBUG可选Set to true or 1 to expose browser-side debug controls intended for demos and local troubleshooting.
SSH_HOST可选Legacy single-target SSH host when not using ssh-session-mcp.config.json device profiles.
SSH_PORT可选Legacy single-target SSH port when not using ssh-session-mcp.config.json device profiles.
SSH_USER可选Legacy single-target SSH username when not using ssh-session-mcp.config.json device profiles.
SSH_PASSWORD可选secretOptional legacy password-based SSH authentication value.
SSH_KEY可选Optional path to a local SSH private key file for legacy single-target mode.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.Zw-awa/ssh-session-mcp",
"type": "mcp-server",
"version": "2.7.1",
"displayName": "SSH Session MCP",
"description": "Shared SSH PTY runtime for MCP clients with viewer, input lock, async tracking, and policy rules.",
"repository": {
"url": "https://github.com/Zw-awa/ssh-session-mcp",
"source": "github"
},
"homepage": "https://zw-awa.github.io/ssh-session-mcp/",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "ssh-session-mcp",
"version": "2.7.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "SSH_MCP_CONFIG",
"description": "Optional explicit path to ssh-session-mcp.config.json when the config is not in the current working directory."
},
{
"name": "SSH_MCP_INSTANCE",
"description": "Optional runtime instance id used to isolate state across multiple MCP clients or agents."
},
{
"name": "VIEWER_PORT",
"description": "Viewer HTTP port. Use auto to allocate a free local port, or 0 to disable the browser viewer."
},
{
"name": "VIEWER_HOST",
"description": "Optional viewer bind host. Defaults to 127.0.0.1 for local-only browser access."
},
{
"name": "AUTO_OPEN_TERMINAL",
"description": "Set to true or 1 to automatically open the browser terminal when a session is created."
},
{
"name": "SSH_MCP_MODE",
"description": "Operation mode. safe blocks risky or unsuitable terminal actions by default, while full allows broader execution."
},
{
"name": "SSH_MCP_LOCAL",
"description": "Set to true or 1 to run a local shell instead of opening a real SSH connection. Useful for demos and offline testing."
},
{
"name": "SSH_MCP_DEBUG",
"description": "Set to true or 1 to expose browser-side debug controls intended for demos and local troubleshooting."
},
{
"name": "SSH_HOST",
"description": "Legacy single-target SSH host when not using ssh-session-mcp.config.json device profiles."
},
{
"name": "SSH_PORT",
"description": "Legacy single-target SSH port when not using ssh-session-mcp.config.json device profiles."
},
{
"name": "SSH_USER",
"description": "Legacy single-target SSH username when not using ssh-session-mcp.config.json device profiles."
},
{
"name": "SSH_PASSWORD",
"description": "Optional legacy password-based SSH authentication value.",
"isSecret": true
},
{
"name": "SSH_KEY",
"description": "Optional path to a local SSH private key file for legacy single-target mode."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Zw-awa/ssh-session-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Zw-awa%2Fssh-session-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}