We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplicianokelly52/comet_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•497 B
# Contributing
Thanks for your interest in contributing to comet-mcp!
## How to Contribute
1. **Open an issue first** - Describe the bug or feature you want to work on
2. **Discuss** - Wait for feedback before starting work
3. **Submit a PR** - Reference the issue in your PR
PRs without a related issue may be closed.
## Development
```bash
npm install
npm run build
npm run watch # for development
```
## Testing
Manual testing against Perplexity's Comet browser. See README for setup.