Back to Home
NicolasWs icon

mcp-mistral-codestral

Verified Safe

by NicolasWs

Overview

An MCP server that integrates Mistral AI's Codestral and general models for AI-powered code completion, bug fixing, test generation, FIM, and general reasoning.

Installation

Run Command
npm start

Environment Variables

  • MISTRAL_API_KEY

Security Notes

Input validation is robust using Zod schemas. Secrets (API key) are loaded from environment variables. The primary potential risk is the `outputPath` parameter for the `code_completion` tool. If the server were exposed to untrusted clients, a malicious `outputPath` could potentially lead to arbitrary file writes. However, within the typical trusted client context of an MCP server, this is a designed feature, not a critical vulnerability.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-23

Tags

MCP ServerMistral AICodestralCode AssistantAI Chat