Skip to main content
Glama

Lulu Print MCP Server

by devlimelabs
smithery.yaml534 B
# Smithery configuration for this MCP # https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio commandFunction: | (config) => ({ command: 'node', args: ['dist/index.js'], env: { NODE_ENV: 'production', LULU_API_KEY: config.LULU_API_KEY || 'YOUR_API_KEY_HERE' } }) configSchema: type: object properties: LULU_API_KEY: type: string description: Lulu API key for authentication default: "" exampleConfig: LULU_API_KEY: ''

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/devlimelabs/lulu-print-mcp'

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