npm @deeppane/mcp-serverstdioApache-2.0updated 1mo ago
The official stdio MCP server for creating DeepPane focus spaces and reading user-authorized focus history summaries.
DeepPane Focus Space 能做什么?
DeepPane MCP Server
The official stdio MCP server for creating DeepPane focus spaces and reading user-authorized focus history summaries.
Requirements
- Node.js 20 or newer
- An MCP client that supports local stdio servers
Run
npm exec --yes --package=@deeppane/mcp-server -- deeppane-mcp
When npx is available, the shorter npx -y @deeppane/mcp-server command is equivalent.
Example MCP client configuration:
{
"mcpServers": {
"deeppane": {
"command": "npm",
"args": ["exec", "--yes", "--package=@deeppane/mcp-server", "--", "deeppane-mcp"]
}
}
}
On Windows, prefer the npm-native form when npx is not installed or an MCP client cannot resolve command shims.
Tools
deeppane.create_focus_space: create a retry-safe focus space using anonymous Free behavior or a user-authorized handoff token.deeppane.read_history_summary: read a sanitized focus-history summary with a user-authorized handoff token.deeppane.request_focus_space_create_token: open the DeepPane authorization handoff for focus-space creation.deeppane.request_history_summary_token: open the separate authorization handoff for history summaries.
The server does not expose the DeepPane media catalog, raw focus events, storage keys, signed media URLs, or user credentials.
Optional environment settings
DEEPPANE_MCP_TIMEOUT_MS: request timeout from 1000 to 60000 milliseconds. Default: 15000.
Normal 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.
Development
npm install
npm test
npm run check:clean-install
Documentation: https://deeppane.com/mcp
安装
把 DeepPane Focus Space 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp-server -- npx -y @deeppane/mcp-servercodex mcp add mcp-server -- npx -y @deeppane/mcp-serveramp mcp add mcp-server -- npx -y @deeppane/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@deeppane/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @deeppane/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 43 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.3最新 | 2026年7月19日 |
| 0.1.0 | 2026年7月19日 |