Odel
DeepPane Focus Space

DeepPane Focus Space

Local
@antmeshJavaScriptApache-2.0Updated 1mo ago

Create focus spaces and read user-authorized focus history summaries.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@deeppane/mcp-serverv0.1.3

Run

npx -y @deeppane/mcp-server

MCP client config

{
  "mcpServers": {
    "deeppane-focus-space": {
      "command": "npx",
      "args": [
        "-y",
        "@deeppane/mcp-server"
      ]
    }
  }
}