diff --git a/servers/mcp-ssh-tool.json b/servers/mcp-ssh-tool.json new file mode 100644 index 00000000..05e29223 --- /dev/null +++ b/servers/mcp-ssh-tool.json @@ -0,0 +1,20 @@ +{ + "name": "io.github.oaslananka/mcp-ssh-tool", + "version": "1.3.0", + "repository": { + "type": "git", + "url": "https://github.com/oaslananka/mcp-ssh-tool", + "source": "github" + }, + "packages": [ + { + "identifier": "mcp-ssh-tool", + "runtimeHint": "npx", + "transport": { + "type": "node", + "command": "npx", + "args": ["mcp-ssh-tool"] + } + } + ] +}