MCP cover image
See in Github
2025-02-13

Eine Sammlung meiner MCP -Server.

1

Github Watches

0

Github Forks

0

Github Stars

My MCP Servers 🛠

MCP Python UV

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 🔗

Getting Started

Checkout the add-note example server to get started.

Development Guide 🧑‍💻

Creating a New Server

  1. Setup Structure

    export MY_SERVER="my-server-name"
    uvx create-mcp-server --name $MY_SERVER --path ./servers/$MY_SERVER
    
  2. 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:

  1. Delete the server entry from them members in pyproject.toml.
  2. Run:
    rm -r ./servers/$MY_SERVER
    uv sync
    

Made with ❤️ using Model Context Protocol

相关推荐

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

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

  • https://jgadvisorycpa.com
  • 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.

  • 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.

  • 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

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

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

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • OffchainLabs
  • GO -Umsetzung des Ethereum -Beweises des Anteils

  • modelcontextprotocol
  • Modellkontext -Protokollserver

  • huahuayu
  • Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.

  • Mintplex-Labs
  • Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.

    Reviews

    4 (1)
    Avatar
    user_EWXm4ODk
    2025-04-16

    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.