MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.
claude mcp add iterminal -- npx -y iterminal-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"iterminal": {
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"iterminal": {
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"iterminal": {
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"iterminal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"iterminal": {
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.iTophua--iterminal/reviews or the review_server meta-tool.
POST /mcp