LinkwardenMCP-Multitenant

homeserverhq/LinkwardenMCP-Multitenant
★ 0 stars Python 🤖 AI/LLM Updated today
A Model Context Protocol (MCP) server that acts as a secure, multi-tenant proxy between an AI Assistant and a Linkwarden backend API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkwardenmcp-multit": {
      "command": "uvx",
      "args": [
        "linkwardenmcp-multitenant"
      ]
    }
  }
}

Or install with pip: pip install linkwardenmcp-multitenant

README Excerpt

This repository contains a Model Context Protocol (MCP) server that acts as a secure, multi-tenant proxy between an AI Assistant and the Linkwarden backend API. - **Identity Passthrough**: Extracts the `Authorization: Bearer <token>` header from incoming HTTP requests and forwards it to the Linkwarden API.

Tools (6)

LINKWARDEN_API_KEYLINKWARDEN_BASE_URLget_all_collectionsget_all_linksget_public_collections_tagspip