File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments