Skip to main content
Glama

時間-MCP

ツール拡張 LLM パイプラインを使用して、時間関連および一般的な質問に答える最小限のエージェント AI システム。

特徴

  • Flask API : 現在のタイムスタンプを提供します。
  • MCP エージェント サーバー: ユーザーの意図を検出し、ツール (時間 API など) を呼び出し、エンジニアがプロンプトを表示し、OpenRouter (OpenAI 互換 API) を介して LLM と対話する推論エージェント。
  • Streamlit UI : AI エージェントと会話するためのシンプルなチャット インターフェイス。

設定

1. 依存関係のクローンとインストール

pip install -r requirements.txt

2. 環境変数

OpenRouter API キーを設定します ( https://openrouter.aiから取得します)。

export OPENROUTER_API_KEY=sk-...your-key...

3. サーバーを実行する

3 つのターミナルを開きます (またはバックグラウンド プロセスを使用します)。

ターミナル1: Flask Time API
python flask_api.py
ターミナル2: MCPエージェントサーバー
python mcp_server.py
ターミナル3: Streamlit UI
streamlit run streamlit_ui.py

Streamlit UI がブラウザで開きます (デフォルト: http://localhost:8501 )


使用法

  • Streamlit UI でエージェントに質問してください。
  • 時間について質問すると(例:「何時ですか?」)、エージェントは Flask API を呼び出して現在の時刻を取得し、LLM を使用して美しく自然な応答を作成します。
  • その他の質問については、エージェントは LLM のみを使用して回答します。

建築

[Streamlit UI] → [MCP Agent Server] → [Tools (e.g., Time API)] ↓ [LLM via OpenRouter]
  • MCP エージェントは意図を検出し、必要に応じてツールを呼び出し、エンジニアにプロンプトを出して、LLM に送信します。
  • 簡単に拡張してツールを追加できます (MCPAgent クラスに追加するだけです)。

カスタマイズ

  • ツールの追加: MCPAgentに新しいメソッドを実装し、 self.toolsを更新します。
  • インテント検出の改善MCPAgentdetect_intent()を拡張します。
  • LLM モデルの変更: call_llm()modelフィールドを更新します。

要件

  • Python 3.7以上
  • 依存関係についてはrequirements.txt参照してください。

クレジット

  • Flask、Streamlit、OpenRouter、Python を使用して構築されています。
  • エージェント LLM 設計パターンにインスピレーションを受けています。
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

時間 API ツールを呼び出して時間関連の質問に回答し、LLM を使用して一般的な質問にも回答するエージェント AI システム。シンプルなチャット インターフェースからアクセスできます。

  1. 特徴
    1. 設定
      1. 1. 依存関係のクローンとインストール
      2. 2. 環境変数
      3. 3. サーバーを実行する
    2. 使用法
      1. 建築
        1. カスタマイズ
          1. 要件
            1. クレジット

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A server that routes user questions to specialized agents (date, location, weather) or an LLM expert, with a simple Streamlit web interface for easy interaction.
                Last updated -
                Python
              • -
                security
                F
                license
                -
                quality
                An agentic AI system that orchestrates multiple specialized AI tools to perform business analytics and knowledge retrieval, allowing users to analyze data and access business information through natural language queries.
                Last updated -
                2
                Python
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides the current time in any timezone with customizable formatting, allowing AI assistants to access accurate time information.
                Last updated -
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                An AI agent task management system that provides structure and visualization for long-term task planning with support for the Model Context Protocol (MCP) standard.
                Last updated -
                15
                1
                Python
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              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/suryawanshishantanu6/time-mcp'

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