Skip to content
Cursor

smart terminal for Cursor

io.github.pungggi/smart-terminal

MCP PTY server providing AI agents with real interactive terminal access

client:Cursor transport:stdio runtime:npm

Install smart terminal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "smart-terminal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "smart-terminal-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

smart terminal in other clients