We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jlokos/raybridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•840 B
# Contributing to RayBridge
Thank you for your interest in contributing to RayBridge!
## Development Setup
1. Install [Bun](https://bun.sh)
2. Clone the repository
3. Install dependencies:
```bash
bun install
```
4. Run in development mode:
```bash
bun run dev
```
## Code Style
- TypeScript with strict mode enabled
- Follow existing patterns in the codebase
- Keep changes focused and minimal
## Submitting Changes
1. Fork the repository
2. Create a feature branch (`feat/your-feature`)
3. Make your changes
4. Test locally with `bun run start`
5. Submit a pull request
## Reporting Issues
Open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your environment (macOS version, Bun version, Raycast version)