Skip to content
Cursor

linkly for Cursor

com.mcparmory/linkly

Create short links, manage domains, and track click analytics

client:Cursor transport:stdio runtime:pypi

Install linkly in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "linkly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-linkly"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

linkly in other clients