Moorcheh MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MOORCHEH_API_KEY | Yes | Your Moorcheh API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-namespacesA | List all available namespaces in Moorcheh |
| create-namespaceB | Create a new namespace for document storage in Moorcheh |
| delete-namespaceB | Delete a namespace and all its contents from Moorcheh |
| upload-textB | Upload text documents to a namespace in Moorcheh |
| upload-vectorsB | Upload vector data to a namespace in Moorcheh |
| delete-dataA | Delete specific data items from a namespace in Moorcheh |
| get-dataB | Get specific data items by ID from a text namespace in Moorcheh |
| fetch-text-dataA | List text and summary chunks from a text-type namespace via GET /documents/fetch-text-data. Returns up to 100 items per request with statistics (text vs summary counts, source_counts). Only text namespaces are supported; not for vector namespaces. See Moorcheh API docs. |
| upload-fileA | Upload a file to a text namespace using pre-signed URL flow. The tool requests an upload URL, uploads the file directly to storage, then the file is queued for processing and indexing. |
| list-filesA | List file objects stored in document storage (S3) for a namespace: file_name, size (bytes), last_modified. This is raw storage listing (e.g. after upload-url uploads), not indexed text documents. GET only; no body. |
| delete-fileA | Permanently delete file(s) from document storage (S3) for a namespace. Use snake_case: file_name (one file) and/or file_names (array). At least one is required. This deletes storage objects, not indexed documents by pipeline ID (use delete-data for documents/vectors by id). |
| searchA | Search for data in a namespace using semantic search or vector similarity. This tool provides powerful search capabilities across your namespaces, supporting both text-based semantic search and vector-based similarity search. For text search, you can use natural language queries to find relevant documents based on meaning rather than just keywords. For vector search, you can find similar content by comparing vector embeddings. The tool supports advanced features like result filtering, similarity thresholds, metadata filters, keyword filters, and kiosk mode for production environments. This is ideal for building intelligent search interfaces, recommendation systems, or content discovery features. Filtering Capabilities:
|
| answerA | Get AI-generated answers based on data in a namespace using text queries. This tool provides intelligent, context-aware responses by searching through your stored text documents and generating comprehensive answers using advanced language models. Supports two modes: Search Mode (with namespace) and Direct AI Mode (empty namespace). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search-optimization | Tips for optimizing search queries in Moorcheh |
| data-organization | Best practices for organizing data in Moorcheh namespaces |
| ai-answer-setup | Guide for configuring AI-powered answers in Moorcheh |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| moorcheh://docs/namespaces | |
| moorcheh://docs/api | |
| moorcheh://config/help | |
| moorcheh://guides/namespace-creation | |
| moorcheh://guides/search-optimization | |
| moorcheh://guides/data-organization | |
| moorcheh://guides/ai-answer-setup |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/moorcheh-ai/moorcheh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server