Skip to content
VS Code

linkup for VS Code

com.mcparmory/linkup

Search the web and fetch pages with sourced results, optimized for AI agents

client:VS Code transport:stdio runtime:pypi

Install linkup in VS Code

.vscode/mcp.json

{
  "servers": {
    "linkup": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-linkup"
      ]
    }
  }
}

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

linkup in other clients