GitHub Stars
33
User Rating
Not Rated
Favorites
0
Views
61
Forks
8
Issues
2
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Node.js: 22.14.0 or higher
npm: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/useparagon/paragon-mcp.git
cd paragon-mcp
2. Install Dependencies
bash
npm install
3. Set Up Environment Variables
Create a.env file in the root directory:
bash
cp .env.example .env
Required:
- PROJECT_ID: Your Paragon project ID
- SIGNING_KEY: Your JWT signing key
- SIGNING_KEY_PATH: Path to your JWT signing key file
Optional:
- PORT: Server port (default: 3001)
- MCP_SERVER_URL: URL of your hosted MCP Server (default: http://localhost:3001)
Troubleshooting
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.Additional Resources
Author Information
31
Followers
39
Repositories
0
Gists
0
Total Contributions