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

serveurs My-MCP
Une collection de mes serveurs MCP.
1
Github Watches
0
Github Forks
0
Github Stars
My MCP Servers 🛠
Intro & Links
The Model Context Protocol (MCP) serves tools and agents in the same way that REST APIs serve applications. It enables standardized integration and communication.
MCP enables seamless integration between:
- MCP Servers (Tools) - Like getting weather data
- MCP Clients (Agents & Apps) - Like OpenWebUI
Think of MCP servers as wrappers around tools that make them instantly usable by AI applications.
Essential Links 🔗
- MCP Server Quickstart Tutorial
- Quickstart Example Repo
- Official MCP Servers
- Create MCP Server Template
Getting Started
Checkout the add-note
example server to get started.
Development Guide 🧑💻
Creating a New Server
-
Setup Structure
export MY_SERVER="my-server-name" uvx create-mcp-server --name $MY_SERVER --path ./servers/$MY_SERVER
-
Install Dependencies
cd ./servers/$MY_SERVER uv sync --dev --all-extras cd ../..
Running Locally
export MY_SERVER="my-server-name"
cd ./servers/$MY_SERVER && uv run $MY_SERVER
Development Tools
Monitor your MCP server during development using the official MCP Inspector
tool:
export MY_SERVER="my-server-name"
npx @modelcontextprotocol/inspector uv --directory ./servers run $MY_SERVER
Building (Optional)
cd ./servers/$MY_SERVER
uv sync
uv build
cd ../..
Cleanup
To remove a server:
- Delete the server entry from them members in
pyproject.toml
. - Run:
rm -r ./servers/$MY_SERVER uv sync
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Reviews

user_EWXm4ODk
I've been using my-mcp-servers for a few months now, and I'm thoroughly impressed! Developed by nengelmann, this project is incredibly reliable and efficient. It’s well-documented and easy to implement. I highly recommend checking it out if you need robust server management solutions. For more details, visit https://github.com/nengelmann/my-mcp-servers.