Skip to main content
Glama

LacyLights MCP Server

by bbernstein
bug_report.yml2.7 kB
name: Bug Report description: Report a bug or issue with the LacyLights MCP server title: "[Bug]: " labels: ["bug", "needs-triage"] body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! Please provide as much detail as possible to help us reproduce and fix the issue. - type: textarea id: description attributes: label: Bug Description description: A clear and concise description of what the bug is. placeholder: Describe the bug... validations: required: true - type: textarea id: reproduction attributes: label: Steps to Reproduce description: Steps to reproduce the behavior placeholder: | 1. Connect to MCP server 2. Call tool '...' 3. Provide parameters '...' 4. See error validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: A clear description of what you expected to happen. placeholder: What should have happened? validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What actually happened instead? placeholder: What actually happened? validations: required: true - type: dropdown id: mcp-client attributes: label: MCP Client description: Which MCP client are you using? options: - Claude Code - Claude Desktop - Custom MCP client - Other validations: required: true - type: input id: version attributes: label: LacyLights MCP Version description: What version of the LacyLights MCP server are you running? placeholder: e.g. 1.0.0 or commit hash validations: required: true - type: textarea id: environment attributes: label: Environment Details description: | Please provide details about your environment: value: | - OS: - Node.js version: - MCP client version: - LacyLights backend version (if applicable): render: markdown validations: required: true - type: textarea id: logs attributes: label: Logs/Error Messages description: Please provide any relevant logs or error messages placeholder: Paste logs here... render: shell - type: checkboxes id: terms attributes: label: Confirmation options: - label: I have searched existing issues to avoid duplicates required: true - label: I have provided all the requested information required: true

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/bbernstein/lacylights-mcp'

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