Cowork History
Rank #42,248io.github.egoughnour/cowork-history
MCP server providing cowork-history capabilities
Cowork History is a Model Context Protocol (MCP) server published by egoughnour. It ranks #42,248 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cowork History is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Jan 30, 2026.
Ranks ahead of 73,212 of 115,460 servers on MCP Toplist.
Use Cowork History
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cowork-history -e "OLLAMA_URL=<your OLLAMA_URL>" -e "EMBEDDING_MODEL=<your EMBEDDING_MODEL>" -- uvx cowork-historyReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
[mcp_servers.cowork-history]
command = "uvx"
args = ["cowork-history"]
[mcp_servers.cowork-history.env]
OLLAMA_URL = "<your OLLAMA_URL>"
EMBEDDING_MODEL = "<your EMBEDDING_MODEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"cowork-history": {
"command": "uvx",
"args": [
"cowork-history"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"cowork-history": {
"command": "uvx",
"args": [
"cowork-history"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
{
"servers": {
"cowork-history": {
"type": "stdio",
"command": "uvx",
"args": [
"cowork-history"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"cowork-history": {
"command": "uvx",
"args": [
"cowork-history"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"cowork-history": {
"command": "uvx",
"args": [
"cowork-history"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/cowork-history/releases/download/v4.0.3/cowork-history.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.egoughnour%2Fcowork-history)<a href="https://mcptoplist.com/server/io.github.egoughnour%2Fcowork-history"><img src="https://mcptoplist.com/badge/io.github.egoughnour%2Fcowork-history.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
egoughnour
Other servers by egoughnour
- Massive Context MCP#26,148 · 8 vers
- Curate Ipsum#30,404 · 5 vers
- Code Firewall MCP#42,247 · 2 vers
- tool-disco#98,386
Available versions (2)
| Version | Published |
|---|---|
| 4.0.3 | Jan 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cowork History?
- Cowork History is maintained by egoughnour, which publishes 5 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Cowork History listed on the Official MCP Registry?
- Yes — Cowork History is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cowork History have?
- MCP Toplist tracks 2 versions of Cowork History, most recently published on Jan 30, 2026.
- Where can I find the source code for Cowork History?
- The source code for Cowork History is hosted at github.com/egoughnour/cowork-history.