We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redf0x1/camofox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•485 B
# Contributing to CamoFox MCP
Thanks for your interest! Here's how to help:
## Development Setup
```bash
git clone https://github.com/redf0x1/camofox-mcp.git
cd camofox-mcp
npm install
npm run build
```
## Submitting Changes
1. Fork the repo
2. Create a feature branch
3. Make your changes
4. Run `npm run build` to verify
5. Submit a PR
## Reporting Issues
Open a GitHub issue with:
- Steps to reproduce
- Expected vs actual behavior
- CamoFox server version
- Node.js version