Skip to main content
Glama

MCP Agent Platform

Python で構築されたモジュール型 Model Context Protocol (MCP) エージェントプラットフォーム。

このプロジェクトにより、LLM を搭載したエージェントはローカルツール外部 MCP サーバーが公開するツールの両方を利用できます。MCP サーバー管理、動的ツール発見、ツール登録、ツール実行、マルチステップツールコールを提供します。


🚀 プロジェクト概要

MCP Agent Platform は LLM と複数のツールの間の橋渡し役として機能します。

エージェントは以下のことが可能です:

  • ローカルの Python ツールを登録する

  • 外部の MCP サーバーに接続する

  • MCP サーバーからツールを動的に発見する

  • MCP ツールを OpenAI 互換の関数スキーマに変換する

  • LLM が使用するツールを決定できるようにする

  • 選択されたツールを実行する

  • ツールの結果を LLM のコンテキストに戻す

  • 必要に応じて複数のツールを順次実行する

  • 最終的な自然言語の応答を返す

  • REST API を通じて MCP サーバー接続を管理する

  • Streamable HTTP 上で MCP サーバーを公開する


Related MCP server: MCP-NG

🏗️ アーキテクチャ

                         ┌──────────────────────┐
                         │        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