linkwarden-mcp-server
Verified Safeby davidakpele
Overview
Provides AI assistants with programmatic access to Linkwarden instances for bookmark management, collections, links, and search functionality.
Installation
docker run --rm -i -e LINKWARDEN_BASE_URL="https://your-linkwarden-instance.com" -e LINKWARDEN_TOKEN="your-api-token-here" ghcr.io/irfansofyana/linkwarden-mcp-server:latestEnvironment Variables
- LINKWARDEN_BASE_URL
- LINKWARDEN_TOKEN
- TOOLSETS
- READ_ONLY
- LOG_FILE
Security Notes
The server correctly uses environment variables or config files for API tokens, avoiding hardcoded secrets. It implements standard bearer token authentication for Linkwarden API calls. There are no 'eval' or obfuscation patterns observed. It supports an optional read-only mode for enhanced safety. Potential risks are tied to the security of the underlying Linkwarden instance and the scope of the provided API token.
Similar Servers
mcp-server
Provides AI assistants with secure access to Bitwarden password manager functionality, encompassing both personal vault management via CLI tools and organization administration via Bitwarden Public API.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.
Web-Algebra
Translates natural language instructions into JSON-formatted domain-specific language operations for loading, querying, and writing RDF Linked Data, consumable by AI agents.
linkup-mcp-server
Provides web search and page fetching capabilities for AI assistants, enabling real-time information access through Linkup's API.