Zack Saadioui
4/17/2025
1
ssh-keygen1
2
bash
ssh root@your_droplet_ip1
2
bash
apt update && apt upgrade -y1
2
bash
apt install openjdk-11-jdk -y1
2
bash
java -version1
2
3
bash
git clone https://github.com/modelcontextprotocol/servers.git
cd servers1
2
bash
npm install1
2
bash
cd mcp-server1
config.json1
2
bash
npm start1
2
bash
apt install ufw1
80801
2
3
bash
ufw allow 8080
ufw enable1
2
bash
ufw statusCopyright © Arsturn 2025