Skip to main content
For contributors and users who need to run a modified or pinned build, the server can be cloned from GitHub and run from source. For most users, Remote or NPM is simpler.

Prerequisites

Clone and build

The build emits dist/index.js, which is the binary your client will launch.

Configure your client

Point your client at the local build and pass the API key as an environment variable:
Use an absolute path. Restart the client after editing its config.

Environment variables

Updating

Pull the latest changes and rebuild:
Your client will pick up the new binary on its next launch of the server.

Contributing

Issues and pull requests are welcome on peakacom/peaka-mcp-server.