Skip to content

Commit 62b06e2

Browse files
Add README for Paystack MCP Server project
1 parent ff28da9 commit 62b06e2

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Paystack MCP Server
2+
3+
This project implements a server for Paystack's [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server.
4+
5+
6+
## Requirements
7+
8+
- Node.js (v14+ recommended)
9+
- npm or yarn
10+
11+
## Setup
12+
13+
1. Clone the repository:
14+
```
15+
git clone https://github.com/yourusername/paystack-mcp-server.git
16+
cd paystack-mcp
17+
```
18+
19+
2. Install dependencies:
20+
```
21+
npm install
22+
```
23+
24+
3. Configure environment variables:
25+
- Copy `.env.example` to `.env` and update with your Paystack credentials and server settings.
26+
27+
4. Start the server:
28+
```
29+
npm start
30+
```
31+
32+
## Contributing
33+
34+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
35+
36+
## License
37+
38+
MIT

0 commit comments

Comments
 (0)