Skip to content
Zed

linkedctl for Zed

io.github.alexey-pelykh/linkedctl

CLI and MCP server for the LinkedIn API

client:Zed transport:stdio runtime:npm

Install linkedctl in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "linkedctl": {
      "command": "npx",
      "args": [
        "-y",
        "linkedctl"
      ],
      "env": {
        "LINKEDCTL_ACCESS_TOKEN": "<LINKEDCTL_ACCESS_TOKEN>",
        "LINKEDCTL_CLIENT_ID": "<LINKEDCTL_CLIENT_ID>",
        "LINKEDCTL_CLIENT_SECRET": "<LINKEDCTL_CLIENT_SECRET>"
      }
    }
  }
}

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

linkedctl in other clients