Skip to main content
Glama

MCP SSH Manager

.eslintrc.json640 B
{ "env": { "es2021": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "rules": { "indent": ["error", 2], "linebreak-style": ["error", "unix"], "quotes": ["error", "single"], "semi": ["error", "always"], "no-unused-vars": ["warn"], "no-console": ["warn", { "allow": ["warn", "error"] }], "no-trailing-spaces": ["error"], "eol-last": ["error", "always"], "comma-dangle": ["error", "only-multiline"], "object-curly-spacing": ["error", "always"], "array-bracket-spacing": ["error", "never"] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bvisible/mcp-ssh-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server