shrimp for VS Code
io.github.hermitsh-ai/shrimp
Task manager for AI agents. Zero setup, nested trees, batch ops, local-first storage.
client:VS Code
transport:stdio
runtime:npm
Install shrimp in VS Code
.vscode/mcp.json
{
"servers": {
"shrimp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hermitsh/shrimp-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs