Local MCP server that gives ChatGPT controlled access to files and commands through OpenAI Secure MCP Tunnel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chatgpt-computer-age": {
"command": "go",
"args": [
"run",
"github.com/The-Khan-Labs/chatgpt-computer-agent-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add chatgpt-computer-age go run github.com/The-Khan-Labs/chatgpt-computer-agent-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"chatgpt-computer-age": {
"command": "go",
"args": [
"run",
"github.com/The-Khan-Labs/chatgpt-computer-agent-mcp@latest"
]
}
}
}