Skip to content

@ai-mentora/mcp-server

Free

by MCP Community

MCP server for AI Mentora, compatible with ModelContextProtocol. Provides es-fulltext-retrieve tool for Canadian case law search.

v1.0.29Added Apr 12, 2026
mcpelasticsearchai-mentoracase-lawserver
Works with:ClaudeGPTGeminiCopilot

@ai-mentora/mcp-server MCP Server

MCP server for AI Mentora, compatible with ModelContextProtocol. Provides es-fulltext-retrieve tool for Canadian case law search.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ai-mentora/mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@ai-mentora/mcp-server": {
      "command": "npx",
      "args": ["-y", "@ai-mentora/mcp-server"]
    }
  }
}