MCP Setup
Quick Start Guide
There are two ways to use the Moorcheh MCP server:Option 1: NPX (Recommended - No Installation Required)
The easiest way to get started:Run with NPX
Option 2: Manual Installation
1. Clone the repository
Clone Repository
2. Install dependencies
Install Dependencies
Step 2: Configure Your API Key
1. Get your Moorcheh API key
- Visit Moorcheh Dashboard
- Sign in to your account
- Go to your account settings
- Generate or copy your API key
2. Set up your environment
Copy Environment File
3. Edit the .env file
Edit Environment File
Step 3: Start the Server
Start Server
Setting Up with Claude Desktop
Step 1: Install Claude Desktop
- Download Claude Desktop from https://claude.ai/download
- Install and launch Claude Desktop
Step 2: Configure MCP Server
- In Claude Desktop, go to Settings → Developer
- Click Edit Config
- Configure the server with these settings:
Option A: Using NPX (Recommended)
Claude Desktop Configuration - NPX
Option B: Local Installation
Claude Desktop Configuration - Local
Step 3: Test the Connection
- Save the configuration file and restart Claude Desktop completely
- Start a new conversation in Claude Desktop
- Ask Claude to list the available tools: “Can you list down my namespaces?”
- You should see tools like
list-namespaces,search,answer, etc.
Setting Up with Cursor
Step 1: Install Cursor
- Download Cursor from https://cursor.com
- Install and launch Cursor
Step 2: Configure MCP Server
- In Cursor, go to Settings → Tools & integration
- Click Add MCP Server
- Configure the server with these settings:
Option A: Using NPX (Recommended)
Cursor Configuration - NPX
Option B: Local Installation
Cursor Configuration - Local
Step 3: Set Your API Key
- For Option A: Replace
your_actual_api_key_herewith your actual Moorcheh API key in the configuration - For Option B: Create .env in moorcheh-mcp directory and add your API key with
MOORCHEH_API_KEY=your_key_here
Step 4: Test the Connection
- Open a new chat in Cursor (Cmd/Ctrl + L)
- Ask the AI to list available Moorcheh tools: “What Moorcheh tools can I use?”
- You should see tools like
list-namespaces,search,answer, etc.
Prerequisites
- Node.js: Version 18.0.0 or higher
- Moorcheh Account: Active account with API access
- Git: For cloning the repository
Environment Variables
| Variable | Description | Required | Default |
|---|---|---|---|
MOORCHEH_API_KEY | Your Moorcheh API key | Yes | None |