Skip to main content
Glama
maxbth

mistral-simple-mcp

by maxbth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind the HTTP server to (the Docker image sets 0.0.0.0)127.0.0.1
MCP_PORTNoPort to listen on3000
MCP_HTTP_PATHNoHTTP path for the MCP endpoint (must start with /)/mcp
MCP_TRANSPORTNoTransport type: http or stdio (the --stdio CLI flag overrides this)http
MCP_AUTH_TOKENNoBearer token required on /mcp when set (highly recommended when binding to 0.0.0.0)
MISTRAL_API_KEYYesYour Mistral API key (required)
MISTRAL_BASE_URLNoBase URL for self-hosted or proxied Mistral endpoints
MISTRAL_TIMEOUT_MSNoPer-request timeout in milliseconds; also bounds retry backoff60000
MCP_ALLOWED_ORIGINSNoComma-separated hostnames (not full origins) allowed for CORS, in addition to localhost defaults
MISTRAL_DEFAULT_MODELNoDefault model to use: mistral-small-latest, mistral-medium-latest, or mistral-large-latestmistral-medium-latest

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/maxbth/mistral-simple-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server