Skip to main content
Glama

Super Shell MCP Server

MIT License
86
7
  • Linux
  • Apple
jest.config.cjs432 B
module.exports = { transform: {}, testEnvironment: 'node', testMatch: ['**/tests/**/*.test.js'], verbose: true, testRunner: 'jest-circus/runner', transformIgnorePatterns: [ 'node_modules/(?!(.*\\.mjs$))' ], setupFiles: ['./jest.setup.cjs'], moduleNameMapper: { '^../build/services/command-service.js$': '<rootDir>/jest.setup.cjs', '^../build/utils/platform-utils.js$': '<rootDir>/jest.setup.cjs' } };

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