shrimp for Cursor
io.github.hermitsh-ai/shrimp
Task manager for AI agents. Zero setup, nested trees, batch ops, local-first storage.
client:Cursor
transport:stdio
runtime:npm
Install shrimp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shrimp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hermitsh/shrimp-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs