AgentHubAgentHub

cowork-history

MCP ServerMCP Registry官方收录

io.github.egoughnour/cowork-history · v4.0.3

Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors

概览

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

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cowork-history": {
      "command": "uvx",
      "args": [
        "cowork-history"
      ]
    }
  }
}

环境变量

OLLAMA_URL可选

URL for Ollama server (default: http://localhost:11434)

EMBEDDING_MODEL可选

Ollama embedding model (default: nomic-embed-text)

OLLAMA_URL可选

URL for Ollama server (default: http://localhost:11434)

EMBEDDING_MODEL可选

Ollama embedding model (default: nomic-embed-text)

相关资源

统一 Manifest

{
  "id": "io.github.egoughnour/cowork-history",
  "type": "mcp-server",
  "version": "4.0.3",
  "displayName": "cowork-history",
  "description": "Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors",
  "repository": {
    "url": "https://github.com/egoughnour/cowork-history",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "cowork-history",
        "version": "4.0.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "OLLAMA_URL",
            "description": "URL for Ollama server (default: http://localhost:11434)"
          },
          {
            "name": "EMBEDDING_MODEL",
            "description": "Ollama embedding model (default: nomic-embed-text)"
          }
        ]
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "OLLAMA_URL",
            "description": "URL for Ollama server (default: http://localhost:11434)"
          },
          {
            "name": "EMBEDDING_MODEL",
            "description": "Ollama embedding model (default: nomic-embed-text)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.egoughnour/cowork-history",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.egoughnour%2Fcowork-history/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cowork-history — MCP Server 安装与配置 · AgentHub