@ai-mentora/mcp-server
Freeby 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
@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
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"]
}
}
}