Skip to main content
Glama

MCP TypeScript Template

smithery.yaml785 B
startCommand: type: stdio configSchema: type: object properties: MCP_TRANSPORT_TYPE: type: string enum: ['stdio', 'http'] default: 'stdio' description: "MCP communication transport ('stdio' or 'http')." MCP_HTTP_PORT: type: integer default: 3010 description: "HTTP server port (if MCP_TRANSPORT_TYPE is 'http')." MCP_LOG_LEVEL: type: string default: 'info' description: 'Minimum logging level.' commandFunction: | (config) => ({ "command": "bunx", "args": ["mcp-ts-template"], "env": { "MCP_TRANSPORT_TYPE": config.MCP_TRANSPORT_TYPE, "MCP_HTTP_PORT": config.MCP_HTTP_PORT, "MCP_LOG_LEVEL": config.MCP_LOG_LEVEL } })

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/mintedmaterial/mcp-ts-template'

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