Zack Saadioui
4/17/2025
1
ssh-keygen
1
2
bash
ssh root@your_droplet_ip
1
2
bash
apt update && apt upgrade -y
1
2
bash
apt install openjdk-11-jdk -y
1
2
bash
java -version
1
2
3
bash
git clone https://github.com/modelcontextprotocol/servers.git
cd servers
1
2
bash
npm install
1
2
bash
cd mcp-server
1
config.json
1
2
bash
npm start
1
2
bash
apt install ufw
1
8080
1
2
3
bash
ufw allow 8080
ufw enable
1
2
bash
ufw status
Copyright Š Arsturn 2025