Skip to main content

MCP Configuration

What This Server Does

The Moorcheh MCP server provides tools for:
  • Namespace Management: Create, list, and delete namespaces for organizing your data
  • Document Operations: Upload and manage text documents and vector embeddings
  • Advanced Search: Perform semantic search across your data
  • AI-Powered Answers: Get intelligent responses based on your stored data

Available Tools

Namespace Tools

list-namespaces

View all your available namespaces

create-namespace

Create a new namespace for storing data

delete-namespace

Remove a namespace and all its contents

Data Tools

upload-text

Upload text documents to a namespace

upload-file

Directly upload files to a namespace

upload-vectors

Upload vector embeddings to a namespace

get-data

Retrieve text documents by ID from text namespaces

delete-data

Remove specific data items from a namespace

Search & AI Tools

search

Search across namespaces with vector similarity

answer

Get AI-generated answers based on top of your search

Supported Bedrock Models

Development

Development Mode

For development with auto-reload:
Development Mode

Available Scripts

Troubleshooting

Common Issues

  • Make sure you’ve created a .env file
  • Verify your API key is correctly set in the .env file
  • Check that the API key is valid in your Moorcheh dashboard
  • Your API key may be invalid or expired
  • Generate a new API key from the Moorcheh dashboard
  • Update your .env file with the new key
  • Check your internet connection
  • Verify the API endpoints are accessible
  • Try again in a few minutes

Getting Help