DeepPane Focus Space for Cursor
com.deeppane/focus-space
Create focus spaces and read user-authorized focus history summaries.
client:Cursor
transport:stdio
runtime:npm
Install DeepPane Focus Space in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"focus-space": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs