Skip to main content
Glama

MCPサーバー

トピックに基づいてマスターコンテンツプラン(MCP)を生成するサーバー。このサーバーはWeb上のリソースを集約し、構造化された学習パスに整理します。

特徴

  • あらゆるトピックの学習パスを生成する

  • ウェブ検索とスクレイピングを使用して関連リソースを見つける

  • リソースを論理的な順序で整理する

  • クライアントアプリケーションが使用できる標準化された JSON 構造を返します。

Related MCP server: MCP Maker

技術スタック

  • Python 3.9以上

  • ファストAPI

  • JavaScript を多用する Web スクレイピングのための Pyppeteer

  • DuckDuckGo 検索 API

  • HTML解析用のBeautifulSoup

インストール

  1. リポジトリをクローンします。

    git clone https://github.com/yourusername/mcp_server.git
    cd mcp_server
  2. 仮想環境を作成します。

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. 依存関係をインストールします:

    pip install -r requirements.txt
  4. Pyppeteer 用の Chrome/Chromium をインストールします (まだインストールされていない場合)

使用法

  1. サーバーを起動します。

    uvicorn main:app --reload
  2. http://localhost:8000で API にアクセスします。

  3. 次の GET リクエストを実行して MCP を生成します。

    GET /generate_mcp?topic=your_topic
  4. APIドキュメントhttp://localhost:8000/docsで確認してください。

APIエンドポイント

  • GET /health - ヘルスチェックエンドポイント

  • GET /generate_mcp?topic={topic} - 指定されたトピックのMCPを生成する

展開

サーバーはさまざまなプラットフォームに展開できます。

Dockerの使用

docker build -t mcp-server .
docker run -p 8080:8080 mcp-server

Render、Fly.io、その他のプラットフォームへのデプロイ

Docker コンテナまたは Python アプリケーションをデプロイするには、プラットフォーム固有の指示に従います。

ライセンス

プライベート

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/cabrit0/mcp_server_reuneMacacada'

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