Skip to content
VS Code

Command+K for VS Code

com.commandplusk/command-k

Set up and run an in-product AI assistant: widgets, knowledge, MCP connections, usage.

client:VS Code transport:streamable-http

Install Command+K in VS Code

.vscode/mcp.json

{
  "servers": {
    "command-k": {
      "type": "http",
      "url": "https://commandplusk.com/api/public/mcp"
    }
  }
}

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

Command+K in other clients