Workfile for Cursor
io.github.illodev/workfile
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
client:Cursor
transport:stdio
runtime:npm
Install Workfile in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"workfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@illodev/workfile"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs