Exnos for Cursor
com.golproductions/exnos
Read-only live state of your Chrome tabs for AI agents: fields, console errors, network, storage.
client:Cursor
transport:stdio
runtime:npm
Install Exnos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"exnos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@golproductions/exnos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs