Servers

Agentbridge
@SeanFDZ
Let AI agents control Classic Mac OS through a shared folder protocol.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"classic-mac": {
"command": "node",
"args": [
"/path/to/mcp-server/dist/server.js",
"--config",
"/path/to/fleet.json"
]
}
}
}