A secure Windows SSH workspace and MCP server for Codex, Claude Code, Cursor and other AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fstty": {
"command": "cargo",
"args": [
"run",
"--",
"FsTTY"
]
}
}
}
Run in terminal:
claude mcp add fstty cargo run -- FsTTY
Add to .cursor/mcp.json:
{
"mcpServers": {
"fstty": {
"command": "cargo",
"args": [
"run",
"--",
"FsTTY"
]
}
}
}