GitHub Stars
203
User Rating
Not Rated
Favorites
0
Views
7
Forks
24
Issues
11
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Go: 1.16 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/razorpay/razorpay-mcp-server.git
cd razorpay-mcp-server
2. Install Dependencies
bash
go mod tidy
3. Build the Server
bash
go build
4. Start the Server
bash
./razorpay-mcp-server
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Go version and reinstall dependencies. Issue: API connection error Solution: Verify API key and endpoint.Additional Resources
Author Information