AgentHubAgentHub

DEVONthink MCP (istefox)

MCP ServerMCP Registry官方收录

io.github.istefox/dt-mcp · v0.5.2

MCP server for DEVONthink 4 — outcome-oriented tools, preview-then-apply, audit + undo.

概览

DEVONthink MCP (istefox) 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.istefox/dt-mcp",
  "type": "mcp-server",
  "version": "0.5.2",
  "displayName": "DEVONthink MCP (istefox)",
  "description": "MCP server for DEVONthink 4 — outcome-oriented tools, preview-then-apply, audit + undo.",
  "repository": {
    "url": "https://github.com/istefox/istefox-dt-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/istefox/istefox-dt-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/istefox/istefox-dt-mcp/releases/download/v0.5.2/istefox-dt-mcp-0.5.2.mcpb",
        "version": "0.5.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ISTEFOX_FAST_LIST_DATABASES",
            "description": "Set to '1' to skip recursive record_count when listing databases. Useful for databases with tens of thousands of records where the first call would otherwise take several seconds."
          },
          {
            "name": "ISTEFOX_PREVIEW_TTL_S",
            "description": "Override TTL in seconds for preview_token returned by file_document/bulk_apply dry_run (default 300, range 1-3600)."
          },
          {
            "name": "ISTEFOX_RAG_ENABLED",
            "description": "Set to '1' to enable embedded ChromaDB vector retrieval for ask_database and search (mode=hybrid). EXPERIMENTAL in 0.1.0; embedding model not yet benchmarked cross-corpus (see ADR-008)."
          },
          {
            "name": "ISTEFOX_RAG_MODEL",
            "description": "sentence-transformers model name used by the RAG provider. Default paraphrase-multilingual-MiniLM-L12-v2 (~120MB). Override examples: BAAI/bge-m3 (~2.2GB)."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.istefox/dt-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.istefox%2Fdt-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
DEVONthink MCP (istefox) — MCP Server 安装与配置 · AgentHub