Workfile
Rank #2,155io.github.illodev/workfile
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
Workfile is a Model Context Protocol (MCP) server published by illodev. It ranks #2,155 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Workfile is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 113,305 of 115,460 servers on MCP Toplist.
Use Workfile
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add workfile -- npx -y @illodev/workfile mcp[mcp_servers.workfile]
command = "npx"
args = ["-y", "@illodev/workfile", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"workfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@illodev/workfile",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile",
"mcp"
]
}
}
}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.illodev%2Fworkfile)<a href="https://mcptoplist.com/server/io.github.illodev%2Fworkfile"><img src="https://mcptoplist.com/badge/io.github.illodev%2Fworkfile.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
illodev
Other servers by illodev
View all illodev servers →Available versions (9)
| Version | Published |
|---|---|
| 0.9.1 | Aug 27, 2026 |
| 0.9.0 | Aug 8, 2026 |
| 0.8.1 | Aug 7, 2026 |
| 0.8.0 | Aug 6, 2026 |
| 0.7.0 | Aug 5, 2026 |
| 0.6.0 | Aug 4, 2026 |
| 0.5.3 | Aug 3, 2026 |
| 0.5.0 | Aug 2, 2026 |
| 0.4.0 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Workfile?
- Workfile is maintained by illodev, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Workfile listed on the Official MCP Registry?
- Yes — Workfile is listed on the Official MCP Registry, alongside Glama.
- How many versions does Workfile have?
- MCP Toplist tracks 9 versions of Workfile, most recently published on Aug 27, 2026.
- Where can I find the source code for Workfile?
- The source code for Workfile is hosted at github.com/illodev/workfile.