Skip to main content
Glama
index.ts283 B
import {McpServer} from '@modelcontextprotocol/sdk/server/mcp.js'; import {registerAll} from './tools/index.js'; export function createServer(): McpServer { const server = new McpServer({ name: 'shell-exec-mcp', version: '0.0.1', }); registerAll(server); return server; }

Latest Blog Posts

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/domdomegg/shell-exec-mcp'

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