Zima Terminal MCP — MCP server providing SSH terminal access to ZimaOS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zima-mcp": {
"command": "npx",
"args": [
"-y",
"brgjr10/Zima-MCP"
]
}
}
}
Run in terminal:
claude mcp add zima-mcp npx -y brgjr10/Zima-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"zima-mcp": {
"command": "npx",
"args": [
"-y",
"brgjr10/Zima-MCP"
]
}
}
}