remote-workstation
v0.7.8Operate an owner-authorized engineering workstation through MCP.
By Tunglam0605License: Apache-2.01 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install remote-workstation for Codex
codex plugin marketplace add Tunglam0605/remote-workstation-mcp
codex plugin marketplace upgrade tunglam-remote-workstation
codex plugin add remote-workstation@tunglam-remote-workstationPaste and run these commands in a terminal with Codex. They add and refresh the tunglam-remote-workstation catalog, then install this plugin.
Compatibility: the page URL and API slug “remote-workstation” remain stable.
- Codex:
remote-workstation@agent-plugin-marketplace→remote-workstation@tunglam-remote-workstation
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Tunglam0605/remote-workstation-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/remote-workstation/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/workstation-operator/SKILL.md└── .mcp.json
Included Skills1
Safely operate an owner-authorized engineering workstation through Remote Workstation MCP.
MCP servers1
- url
- http://127.0.0.1:8765/mcp
Plugin manifests2
{
"name": "remote-workstation",
"version": "0.7.8",
"description": "Operate an owner-authorized engineering workstation through MCP.",
"author": {
"name": "Tunglam0605",
"url": "https://github.com/Tunglam0605"
},
"homepage": "https://github.com/Tunglam0605/remote-workstation-mcp",
"repository": "https://github.com/Tunglam0605/remote-workstation-mcp",
"license": "Apache-2.0",
"keywords": [
"mcp",
"chatgpt",
"codex",
"workstation",
"ssh",
"automation"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Remote Workstation",
"shortDescription": "Operate your authorized engineering workstation",
"longDescription": "Verify the authenticated ChatGPT Web path, inspect and edit approved workspaces, query semantic code intelligence, run builds and tests, supervise bounded interactive processes, inspect Git, discover tools, and use approved SSH hosts through owner-controlled policy.",
"developerName": "Tunglam0605",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/Tunglam0605/remote-workstation-mcp",
"privacyPolicyURL": "https://github.com/Tunglam0605/remote-workstation-mcp/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/Tunglam0605/remote-workstation-mcp/blob/main/docs/PLUGIN_TERMS.md",
"defaultPrompt": [
"Call chatgpt_web_status first, verify the connection, and list my authorized workspaces.",
"Find and fix the current build error, then show the diff.",
"Use semantic code tools first, then inspect only the files needed."
],
"brandColor": "#10A37F",
"screenshots": []
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "remote-workstation",
"version": "0.7.8",
"description": "Operate an owner-authorized engineering workstation through MCP: verify the authenticated ChatGPT Web control path, inspect and edit files, use semantic code intelligence, run builds and interactive managed processes, inspect Git, use approved SSH hosts, and request only permissions explicitly enabled by the owner.",
"author": {
"name": "Tunglam0605",
"url": "https://github.com/Tunglam0605"
},
"homepage": "https://github.com/Tunglam0605/remote-workstation-mcp",
"repository": "https://github.com/Tunglam0605/remote-workstation-mcp",
"license": "Apache-2.0",
"keywords": [
"mcp",
"chatgpt",
"codex",
"workstation",
"developer-tools",
"remote-control",
"ssh",
"automation",
"multi-agent"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Remote Workstation",
"shortDescription": "Operate your authorized engineering workstation",
"longDescription": "Use Remote Workstation MCP to verify the authenticated ChatGPT Web control path, inspect and edit approved workspaces, query owner-configured language servers, run build and test tasks, supervise bounded interactive processes, inspect Git state, discover installed development tools, and execute approved commands on configured SSH hosts. ChatGPT can reach a private workstation through the outbound-only OpenAI Secure MCP Tunnel path. Dangerous host-level shell and filesystem operations remain disabled unless the owner explicitly enables local policy gates and grants a short-lived client-bound permission lease.",
"developerName": "Tunglam0605",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/Tunglam0605/remote-workstation-mcp",
"privacyPolicyURL": "https://github.com/Tunglam0605/remote-workstation-mcp/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/Tunglam0605/remote-workstation-mcp/blob/main/docs/PLUGIN_TERMS.md",
"defaultPrompt": [
"Call chatgpt_web_status first, verify the authenticated ChatGPT Web path, then list my authorized workspaces.",
"Find the current build error, make the smallest safe fix, run tests, and show the Git diff.",
"Use semantic code tools first, then inspect only the files needed."
],
"brandColor": "#10A37F",
"screenshots": []
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[remote-workstation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/remote-workstation)