We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/democratize-technology/recursive-companion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Bug Report
description: Report a bug to help us improve the recursive-companion-mcp server
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please provide detailed information to help us reproduce and fix the issue.
- type: input
id: version
attributes:
label: Version
description: What version of recursive-companion-mcp are you running?
placeholder: "1.0.0"
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
placeholder: "The server crashes when..."
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Start the server with...
2. Send MCP request...
3. See error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: |
Please provide details about your environment:
value: |
- OS: [e.g., Ubuntu 22.04, macOS 14.0, Windows 11]
- Python version: [e.g., 3.11.5]
- AWS Region: [e.g., us-east-1]
- Claude Desktop version: [if applicable]
render: markdown
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Logs
description: If applicable, add error logs to help explain your problem
render: shell
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have searched existing issues to ensure this is not a duplicate
required: true
- label: I have provided all required information above
required: true
- label: This issue is related to the recursive-companion-mcp server specifically
required: true