We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wolfe-Jam/claude-faf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•2.3 kB
name: Bug Report
description: File a bug report to help us improve
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! 🧡
- type: textarea
id: what-happened
attributes:
label: What happened?
description: A clear description of what the bug is
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: What should have happened?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Install claude-faf-mcp
2. Run command '...'
3. See error
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of claude-faf-mcp are you running?
placeholder: "2.5.5"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: What OS are you using?
options:
- macOS
- Linux
- Windows
- Other
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
description: What version of Node.js? (run `node --version`)
placeholder: "v18.0.0"
validations:
required: true
- type: input
id: claude-version
attributes:
label: Claude Desktop Version
description: What version of Claude Desktop?
placeholder: "1.0.0"
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant Log Output
description: Please copy and paste any relevant log output
render: shell
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true