We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
installation.md•394 B
---
title: Installation
---
# Installation
Prerequisites
- Node.js >= 18.17
- npm or pnpm
Install
1. Clone the repository and install deps: `npm install`
2. Copy `.env.example` to `.env` and adjust values.
3. Build Node and Worker bundles: `npm run build`
Run (Node)
- Dev: `npm run dev` or `npm run dev:watch`
- Prod: `npm run start:prod`
Next: Quickstart (Node) or Quickstart (Workers)