{
  "markdown": "# DeepPane MCP Server\n\nThe official stdio MCP server for creating DeepPane focus spaces and reading user-authorized focus history summaries.\n\n## Requirements\n\n- Node.js 20 or newer\n- An MCP client that supports local stdio servers\n\n## Run\n\n```sh\nnpm exec --yes --package=@deeppane/mcp-server -- deeppane-mcp\n```\n\nWhen `npx` is available, the shorter `npx -y @deeppane/mcp-server` command is equivalent.\n\nExample MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"deeppane\": {\n      \"command\": \"npm\",\n      \"args\": [\"exec\", \"--yes\", \"--package=@deeppane/mcp-server\", \"--\", \"deeppane-mcp\"]\n    }\n  }\n}\n```\n\nOn Windows, prefer the npm-native form when `npx` is not installed or an MCP client cannot resolve command shims.\n\n## Tools\n\n- `deeppane.create_focus_space`: create a retry-safe focus space using anonymous Free behavior or a user-authorized handoff token.\n- `deeppane.read_history_summary`: read a sanitized focus-history summary with a user-authorized handoff token.\n- `deeppane.request_focus_space_create_token`: open the DeepPane authorization handoff for focus-space creation.\n- `deeppane.request_history_summary_token`: open the separate authorization handoff for history summaries.\n\nThe server does not expose the DeepPane media catalog, raw focus events, storage keys, signed media URLs, or user credentials.\n\n## Optional environment settings\n\n- `DEEPPANE_MCP_TIMEOUT_MS`: request timeout from 1000 to 60000 milliseconds. Default: 15000.\n\nNormal public use requires no API key. Authorization for account-scoped tools is completed by the user in the DeepPane Dashboard and passed as a short-lived handoff token to the relevant tool call.\n\n## Development\n\n```sh\nnpm install\nnpm test\nnpm run check:clean-install\n```\n\nDocumentation: https://deeppane.com/mcp\n",
  "bytes": 1775,
  "sha": "da8751972fe3771e8d9be45287aba869466537998d58c4d3156391d3c7cc6ea7",
  "repo_slug": "antmesh/deeppane-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_deeppane_focus_space_86f89346/readme"
}