Mistral Agent Manager
Provides a FastAPI web server interface for managing Mistral AI agents through REST API endpoints
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mistral Agent Managercreate a new agent for customer support"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌐 FastAPI Server - Mistral Agent Manager
Ce dossier contient le serveur FastAPI pour la gestion des agents Mistral via API REST.
📁 Structure
mcp-server/
├── main.py # Serveur FastAPI principal
├── simple_server.py # Serveur MCP simple (stdio) - ancien
├── test_mcp.py # Tests du serveur MCP - ancien
├── pyproject.toml # Configuration du projet
├── uv.lock # Lock file des dépendances
├── .env # Variables d'environnement
├── .python-version # Version Python
├── .gitignore # Fichiers à ignorer
└── .venv/ # Environnement virtuel PythonRelated MCP server: Azure AI Foundry Agent MCP
🚀 Démarrage rapide
Installer uv (si pas déjà fait) :
curl -LsSf https://astral.sh/uv/install.sh | sh export PATH="$HOME/.local/bin:$PATH"Installer les dépendances :
cd mcp-server uv sync --lockedDémarrer le serveur MCP :
uv run python main.py
🔧 Utilisation avec l'inspecteur MCP
Lancer l'inspecteur :
npx @modelcontextprotocol/inspectorSe connecter au serveur :
Transport :
stdioCommand :
uv run python main.pyWorking Directory :
/Users/yoandicosmo/Documents/LeChat MCP Hack/mcp-server
Accéder à l'interface :
MCP Inspector : http://localhost:6274 (quand l'inspecteur est lancé)
🛠️ Outils disponibles
✅
create_agent- Créer un nouvel agent Mistral✅
list_agents- Lister tous les agents✅
get_agent_details- Obtenir les détails d'un agent✅
delete_agent- Supprimer un agent par ID✅
search_agent- Rechercher un agent par nom
🔧 Configuration
Variables d'environnement : Configurez
MISTRAL_API_KEYdans.envTransport : Le serveur utilise stdio pour la communication MCP
API Mistral : Intégration complète avec l'API Mistral
🔗 Intégration avec Le Chat
Pour utiliser ce serveur MCP avec Le Chat :
Configurer Le Chat pour pointer vers ce serveur MCP
Utiliser les outils directement dans Le Chat pour gérer les agents Mistral
Créer des agents via des prompts naturels dans Le Chat
📖 Documentation
MCP Inspector : http://localhost:6274 (quand l'inspecteur est lancé)
Documentation MCP : https://modelcontextprotocol.io/
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables MCP-compatible clients to interact with deployed Agent5ive agents as tools. Allows users to query agent purposes and send messages to leverage Agent5ive capabilities through natural language.Last updated57MIT
- Alicense-qualityDmaintenanceEnables interaction with Azure AI Agent Service by automatically discovering agents and creating MCP tools for querying and managing agent workflows.Last updated1MIT

Scout MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to interact with Scout Live platform capabilities through standardized MCP primitives, including tools for app management, deployment, and logging.Last updated14MIT- Flicense-qualityCmaintenanceEnables AI agents to read and modify Mendix application models through MCP tools for creating modules, entities, pages, microflows, deploying, and querying runtime data.Last updated1
Related MCP Connectors
Create and manage AI agents that collaborate and solve problems through natural language interacti…
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Uzbyr/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server