mcpMultiChat logo

mcpMultiChat

by dmcsvoices

mcpMultiChat makes several Model Context Protocol (MCP) servers available with a simple chat loop. It provides a suite of MCP servers including Filesystem, CLI, and Volatility MCP Servers.

View on GitHub

Last updated: N/A

mcpMulti.py

Makes several MCP servers available with a simple chat loop. This implementation provides a suite of Model Context Protocol (MCP) servers, including: Filesystem MCP Server: Manages file operations and directory access. CLI MCP Server: Enables command-line interface interactions for executing terminal commands securely. Volatility MCP Server: Specialized server for memory analysis tasks using the Volatility framework. Ensure you have OPENAI_API_KEY set in your environment.

Installation

pip install -r requirements.txt

Usage

python mcpMulti.py 

Dependencies

See requirements.txt

Contributing

Pull requests welcome. Please follow PEP8 style guidelines. # mcpMultiChat