MCP-Server logo

MCP-Server

by aviran355

MCP-Server allows you to connect to three machines using Vagrant and run Python scripts on each. It sets up a context server and two model servers for distributed processing.

View on GitHub

Last updated: N/A

MCP-server Test

Run the Vagrantfile and connect to 3 machines

copy the relecant scripts to 3 machines : context_server.py - to MCP-Server model_1.py - to model1 machine model_2.py - to model2 machine

Run the python3 context_server.py from MCP server

Run the python3 model_1.py from model 1 server

Run the python3 model_2.py from model 2 server