Skip to content
Gemini CLI

unlinked for Gemini CLI

io.github.larsbaunwall/unlinked

MCP server that brings your LinkedIn professional profile and experience into your context.

client:Gemini CLI transport:stdio runtime:npm

Install unlinked in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "unlinked": {
      "command": "npx",
      "args": [
        "-y",
        "@larsbaunwall/unlinked"
      ],
      "env": {
        "LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
        "LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

unlinked in other clients