mcpMulti.py
@dmcsvoices
mcpMulti.py について
A simple chat loop that includes multple mcp servers.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント