Skip to content
VS Code

Kody for VS Code

io.github.kentcdodds/kody

Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

client:VS Code transport:streamable-http

Install Kody in VS Code

.vscode/mcp.json

{
  "servers": {
    "kody": {
      "type": "http",
      "url": "https://kody.codes/mcp"
    }
  }
}

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

Kody in other clients