Skip to main content
Glama

SSH MCP Server

by mfangtao
test.js419 B
'use strict'; const assert = require('assert'); const info = require('../lib/index.js')(); console.log(info); assert(typeof info === 'object' && info !== null); assert(typeof info.arch === 'string' && info.arch); assert(typeof info.flags === 'object' && info.flags !== null); if (process.platform !== 'darwin' && process.arch !== 'arm64') assert(Object.keys(info).length > 2); // Assume we are on a known platform

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/mfangtao/mcp-ssh-server'

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