moorcheh-mcp
Verified Safeby moorcheh-ai
Overview
Provides a Model Context Protocol (MCP) interface for Moorcheh's AI services, including embedding, vector storage, semantic search, and AI-powered answer generation.
Installation
MOORCHEH_API_KEY=your_api_key_here npx -y @moorchehai/mcpEnvironment Variables
- MOORCHEH_API_KEY
Security Notes
The server uses Zod for robust input validation, preventing common injection vulnerabilities. API keys are loaded from environment variables and checked for validity, with no hardcoded secrets. Network requests are confined to Moorcheh's official API endpoints. The file upload tool includes validation for file size (max 10MB) and allowed extensions (.pdf, .docx, .xlsx, .json, .txt, .csv, .md), mitigating risks associated with arbitrary file uploads. Non-JSON-RPC stdout output is redirected to stderr, enhancing protocol stability and security. No 'eval' or obfuscation is present.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
ddg_search
A Model Context Protocol server for web search using DuckDuckGo and AI-powered answers from IAsk AI, Monica, and Brave AI, designed for integration with AI assistants.
obsidian-mcp-server
Provides an OpenAI-compatible local Model Context Protocol (MCP) server within Obsidian, enabling external AI assistants and tools to semantically search the vault and perform file system operations.
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.