← Back to Plugins
MCP Server MCP

Linkwarden

github By github 👁 1 views ▲ 0 votes

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "linkwarden-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)",
          "isRequired": true,
          "format": "string",
          "name": "LINKWARDEN_URL"
        },
        {
          "description": "Access token from Settings -> Access Tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINKWARDEN_TOKEN"
        },
        {
          "description": "Set to true to register only the 11 read tools and no write tools",
          "format": "boolean",
          "name": "LINKWARDEN_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed certificates for this connection only",
          "format": "boolean",
          "name": "LINKWARDEN_INSECURE_TLS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/linkwarden-mcp:0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)",
          "isRequired": true,
          "format": "string",
          "name": "LINKWARDEN_URL"
        },
        {
          "description": "Access token from Settings -> Access Tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINKWARDEN_TOKEN"
        },
        {
          "description": "Set to true to register only the 11 read tools and no write tools",
          "format": "boolean",
          "name": "LINKWARDEN_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed certificates for this connection only",
          "format": "boolean",
          "name": "LINKWARDEN_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...