Skip to content
VS Code

limps for VS Code

io.github.paulbreuler/limps

MCP planning server for AI agents — plan management, full-text search, and task lifecycle

client:VS Code transport:stdio runtime:npm

Install limps in VS Code

.vscode/mcp.json

{
  "servers": {
    "limps": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sudosandwich/limps"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

limps in other clients