Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur
smithery.yamlโ€ข754 B
# smithery.yaml id: mcp-examples/calculator-learning-demo-stdio name: Calculator Learning Demo (STDIO) description: Educational MCP server demonstrating advanced calculator features with STDIO transport repository: https://github.com/anthropics/mcp-server-examples license: MIT startCommand: type: stdio command: node args: ['dist/server.js'] cwd: ./ # Optional: per-session configuration (JSON Schema) configSchema: type: object properties: LOG_LEVEL: type: string enum: ['debug', 'info', 'warn', 'error'] default: 'info' description: 'Logging level for the calculator server' ENABLE_DEBUG: type: boolean default: false description: 'Enable debug mode with verbose logging' required: []

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/yigitkonur/example-mcp-server-stdio'

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