We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexkiwi1/netbox-mcp-rw'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: 🐛 Bug Report
description: Report a reproducible bug in the current stable release
labels: ["type: bug", "status: needs triage"]
body:
- type: textarea
attributes:
label: Steps to Reproduce
description: >
Describe in detail the exact steps that someone else can take to reproduce this bug. A numbered list of discrete
steps is strongly preferred. Also, please include what MCP client you are using.
placeholder: |
1. Type in prompt "my prompt question..."
2. Get response "my response..."
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: The prompt should return (describe what should happen)
validations:
required: true
- type: textarea
attributes:
label: Observed Behavior
description: What happened instead? Be sure to include any error messages.
placeholder: A TypeError exception was raised
validations:
required: true