Skip to main content
Glama
JoachimDAVAL

mon-serveur-mcp

by JoachimDAVAL

Serveur MCP — mon-serveur-mcp

Serveur Model Context Protocol (MCP) exposant des outils système et météo à un LLM compatible MCP (ex. Claude Desktop).

Prérequis

  • Python 3.12+

  • mcp 1.27+

Related MCP server: WEATHGARDS

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install mcp

Lancement

python server.py

Le serveur communique via stdin/stdout (protocole MCP over stdio).

Outils disponibles

get_disk_usage

Calcule la taille totale d'un dossier en mégaoctets.

Paramètre

Type

Description

path

string

Chemin du dossier

Exemple de réponse : 142.3 Mo


get_weather

Retourne la météo actuelle d'une ville via l'API Open-Meteo (gratuite, sans clé API).

Paramètre

Type

Description

city

string

Nom de la ville

Exemple de réponse : Paris — 18.2°C, Partiellement nuageux, vent 14 km/h


list_files

Liste les fichiers et sous-dossiers d'un dossier local. Les dossiers sont affichés en premier ([D]), suivis des fichiers ([F]), triés alphabétiquement.

Paramètre

Type

Description

path

string

Chemin du dossier

Exemple de réponse :

[D] documents
[D] images
[F] README.md
[F] server.py
[F] tools.py

Structure du projet

.
├── server.py      # Serveur MCP : enregistrement des outils et point d'entrée
├── tools.py       # Implémentation des outils
└── pyproject.toml

Intégration avec Claude Desktop

Ajouter dans claude_desktop_config.json :

{
  "mcpServers": {
    "mon-serveur-mcp": {
      "command": "/chemin/vers/.venv/bin/python",
      "args": ["/chemin/vers/server.py"]
    }
  }
}
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Lightweight MCP server that exposes tools for system information and weather lookup, designed for agent integration via stdio.
    1
  • A
    license
    A
    quality
    B
    maintenance
    Provides LLMs with local filesystem operations (read/write files, list directories) and command execution via MCP, enabling file management and task automation within AI clients.
    7
    17
    ISC

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

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/JoachimDAVAL/Estiam_GenAI_MCP-'

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