Skip to content
VS Code

StateLode for VS Code

dev.statelode/statelode

Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.

client:VS Code transport:streamable-http runtime:npm

Install StateLode in VS Code

.vscode/mcp.json

{
  "servers": {
    "statelode": {
      "type": "http",
      "url": "https://api.statelode.dev/mcp"
    }
  }
}

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

StateLode in other clients