Skip to main content
Glama

MCP Agent Platform

Eine modulare Model Context Protocol (MCP) Agent-Plattform, entwickelt mit Python.

Dieses Projekt ermöglicht es einem LLM-gestützten Agenten, sowohl mit lokalen Tools als auch mit Tools, die von externen MCP-Servern bereitgestellt werden, zu arbeiten. Es bietet MCP-Serververwaltung, dynamische Tool-Erkennung, Tool-Registrierung, Tool-Ausführung und mehrstufige Tool-Aufrufe.


🚀 Projektübersicht

Die MCP Agent Platform fungiert als Brücke zwischen einem LLM und mehreren Tools.

Der Agent kann:

  • Lokale Python-Tools registrieren

  • Eine Verbindung zu externen MCP-Servern herstellen

  • Tools dynamisch von MCP-Servern erkennen

  • MCP-Tools in OpenAI-kompatible Funktionsschemata konvertieren

  • Dem LLM ermöglichen, zu entscheiden, welches Tool verwendet werden soll

  • Das ausgewählte Tool ausführen

  • Tool-Ergebnisse zurück in den LLM-Kontext senden

  • Bei Bedarf mehrere Tools nacheinander ausführen

  • Die endgültige Antwort in natürlicher Sprache zurückgeben

  • MCP-Serververbindungen über REST-APIs verwalten

  • Einen MCP-Server über Streamable HTTP bereitstellen


Related MCP server: MCP-NG

🏗️ Architektur

                         ┌──────────────────────┐
                         │        User          │
                         └──────────┬───────────┘
                                    │
                                    ▼
                         ┌──────────────────────┐
                         │      Agent / LLM     │
                         │    OpenAI API        │
                         └──────────┬───────────┘
                                    │
                         Tool selection
                                    │
                                    ▼
                         ┌──────────────────────┐
                         │    Tool Registry     │
                         └──────────┬───────────┘
                                    │
                  ┌─────────────────┴─────────────────┐
                  │                                   │
                  ▼                                   ▼
        ┌───────────────────┐              ┌───────────────────┐
        │   Local Tools     │              │    MCP Tools      │
        │                   │              │                   │
        │ get_weather       │              │ External MCP      │
        │ get_datetime      │              │ Servers            │
        └─────────┬─────────┘              └─────────┬─────────┘
                  │                                   │
                  │                                   ▼
                  │                         ┌──────────────────┐
                  │                         │   MCP Manager    │
                  │                         └────────┬─────────┘
                  │                                  │
                  │                                  ▼
                  │                         ┌──────────────────┐
                  │                         │  MCP Server(s)   │
                  │                         │ Streamable HTTP  │
                  │                         └────────┬─────────┘
                  │                                  │
                  └──────────────────┬───────────────┘
                                     │
                                     ▼
                              Tool Result
                                     │
                                     ▼
                                  LLM
                                     │
                                     ▼
                              Final Response
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

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

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/sabeekaahmad-43/Mcp_Project'

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