mcpMulti.py
@dmcsvoices
About mcpMulti.py
A simple chat loop that includes multple mcp servers.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpMultiChat": {
"command": "python",
"args": [
"mcpMulti.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
Comments