MCP.so
ログイン

mcpMulti.py

@dmcsvoices

mcpMulti.py について

A simple chat loop that includes multple mcp servers.

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

dmcsvoices

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcpMultiChat": {
      "command": "python",
      "args": [
        "mcpMulti.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mCPMulti.py?

mCPMulti.py is a Python script that provides a suite of Model Context Protocol (MCP) servers accessible through a simple chat loop. It includes Filesystem, CLI, and Volatility MCP servers for file management, secure command execution, and memory analysis.

How to use mCPMulti.py?

Install dependencies with pip install -r requirements.txt, ensure the OPENAI_API_KEY environment variable is set, then run python mCPMulti.py.

Key features of mCPMulti.py

  • Bundles multiple MCP servers into one chat loop.
  • Filesystem server for file operations and directory access.
  • CLI server for secure terminal command execution.
  • Volatility server for memory analysis tasks.
  • Requires only an OpenAI API key for configuration.

Use cases of mCPMulti.py

  • Perform file management tasks through a conversational interface.
  • Execute terminal commands safely without direct shell access.
  • Run memory forensics analysis using the Volatility framework.
  • Combine diverse MCP tools in a single, simple script.
  • Enable AI-assistant driven system operations with minimal setup.

FAQ from mCPMulti.py

What environment variable is required?

The OPENAI_API_KEY environment variable must be set before running the script.

How do I install mCPMulti.py?

Install the required Python packages by running pip install -r requirements.txt.

What MCP servers are included?

Filesystem MCP Server, CLI MCP Server, and Volatility MCP Server are included.

How do I start mCPMulti.py?

Run python mCPMulti.py from the command line after installing dependencies and setting the API key.

コメント

「その他」の他のコンテンツ