mcp-mistral-codestral
Verified Safeby 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
npm startEnvironment 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
aderyn
A powerful Solidity static analyzer that provides structured access to smart contract code, ASTs, and analysis results via a Model Context Protocol (MCP) server or Language Server Protocol (LSP), primarily intended for AI agents or advanced tooling.
graphlit-mcp-server
The Model Context Protocol (MCP) Server integrates with the Graphlit Platform to provide an LLM-enabled knowledge API, enabling ingestion, search, retrieval, RAG, and publishing of content from various data connectors for MCP clients.
cainban
A command-line kanban board and an MCP server designed for natural language task management and AI agent integration, enabling AI to decompose tasks and manage project backlogs.
thought-chain-mcp
Transforms any AI model into an advanced reasoning engine by providing structured, persistent step-by-step thinking capabilities and allowing recall of past thought processes.