MCP cover image
See in Github
2025-03-25

1

Github Watches

0

Github Forks

0

Github Stars

Brest MCP Server

Serveurle protocole MCP (Model Context Protocol) pour la région de Brest.

Prérequis

  • Python : 3.12.3 ou compatible
  • uv : Gestionnaire de dépendances (installation)
  • Node.js : Pour l'inspecteur MCP via npx

Quickstart

  1. Installer uv (si nécessaire) :
    curl -LsSf https://astral.sh/uv/install.sh | sh
    

Windows version

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Cloner et lancer le serveur :
    git clone https://github.com/BSE-dev/Brest-mcp-server.git
    cd Brest-mcp-server/brest-mcp
    uv venv
    source .venv/bin/activate  # Windows: .venv\Scripts\activate
    uv sync
    npx @modelcontextprotocol/inspector uv run brest-mcp
    
  2. Vérifier : Ouvrez http://localhost:5173 pour accéder à l'inspecteur MCP.

Détails des étapes

1. Cloner le dépôt

git clone https://github.com/BSE-dev/Brest-mcp-server.git

cd Brest-mcp-server/brest-mcp

2. Créer et activer l’environnement

uv venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate

3. Installer les dépendances

uv sync

4. Lancer le serveur

npx @modelcontextprotocol/inspector uv run brest-mcp
  • Proxy sur port 3000.
  • Interface web : http://localhost:5173.

Exemple de sortie :

Starting MCP inspector...
Proxy server listening on port 3000
🔍 MCP Inspector is up and running at http://localhost:5173 🚀

Résolution de problèmes

  • Erreur ECONNREFUSED 127.0.0.1:3001 : Vérifiez que brest-mcp écoute sur le port 3001 (SSE). Assurez-vous qu’il est lancé et que le port est libre.
  • Dépendances corrompues : Supprimez .venv et uv.lock, puis relancez uv venv et uv sync.

Notes

  • Activez l’environnement avant de lancer le serveur pour utiliser les bonnes dépendances.
  • Consultez pyproject.toml pour les dépendances spécifiques.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Contraband Interactive
  • Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.

  • rustassistant.com
  • Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • apappascs
  • Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.

  • ShrimpingIt
  • Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx

  • modelcontextprotocol
  • Model Context Protocol Servers

  • Mintplex-Labs
  • The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

  • huahuayu
  • A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.

    Reviews

    5 (1)
    Avatar
    user_RUX9UPr3
    2025-04-17

    Brest-mcp-server by BSE-dev is a top-notch server application that's definitely worth trying! The seamless integration and efficient functionality make it a standout solution for server management. I highly recommend checking it out on GitHub for more details and to experience its features firsthand.