Skip to content
Zed

Command+K for Zed

com.commandplusk/command-k

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

client:Zed transport:streamable-http

Install Command+K in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "command-k": {
      "url": "https://commandplusk.com/api/public/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Command+K in other clients