We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mypracticaltools/Reddit-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•739 B
# Contributing to Reddit MCP Server
We're glad you're interested in contributing! Here's how you can help:
## Development Workflow
1. **Fork the repo** and create your branch from `main`.
2. **Install dependencies** with `npm install`.
3. **Make your changes**. If you're adding a tool, update `src/index.ts` and the `README.md`.
4. **Ensure it builds**: Run `npm run build`.
5. **Submit a Pull Request**.
## Pull Request Guidelines
- Keep PRs focused. One feature or fix per PR.
- Update documentation if applicable.
- Provide a clear description of the changes.
## Feature Requests & Bug Reports
Please use the [GitHub Issues](https://github.com/mypracticaltools/Reddit-MCP-Server/issues) page to report bugs or suggest features.