Skip to main content
Glama

Super Shell MCP Server

by cfdude
import fs from 'fs'; import { platform } from 'os'; const isWindows = platform() === 'win32'; const indexPath = './build/index.js'; if (isWindows) { console.log('Windows detected, skipping chmod operation'); } else { try { // On Unix-like systems, make the file executable fs.chmodSync(indexPath, '755'); console.log(`Made ${indexPath} executable`); } catch (error) { console.error(`Error making ${indexPath} executable:`, error); process.exit(1); } }

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/cfdude/super-shell-mcp'

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