Skip to main content

Installation

Install and set up the 60db MCP Server. Source code: github.com/60db-ai/mcp · npm: 60db-mcp-server

Prerequisites

Install from npm

Verify the binary is on your PATH:

Install from Source

Verify Installation

Environment Setup

Set your API key:
Alternatively, authenticate with a JWT:
Legacy QLABS_API_KEY, QLABS_JWT_TOKEN, and QLABS_API_BASE_URL env vars are still honored for backward compatibility — existing configs will continue to work after the rename, but new deployments should use the SIXTYDB_* names.

Making it Permanent

Add to your ~/.bashrc, ~/.zshrc, or ~/.profile:

Development Setup

For development with auto-reload:

Production Build

Next Steps