Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKDING_URLYesThe URL to your linkding instance (e.g. https://bookmarks.example.com)
LINKDING_API_KEYYesYour linkding API key (found under /settings/integrations)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_bookmarkC

Create a new bookmark in linkding.

add_to_reading_listA

Add a bookmark directly to your reading list (automatically tagged with readlater).

get_bookmarksC

Get list of bookmarks from linkding.

get_bookmarkA

Get a specific bookmark by ID.

update_bookmarkC

Update an existing bookmark.

delete_bookmarkB

Delete a bookmark.

archive_bookmarkC

Archive a bookmark.

unarchive_bookmarkA

Unarchive a bookmark.

check_bookmarkB

Check if a URL is already bookmarked and get metadata.

get_tagsB

Get list of tags from linkding.

create_tagB

Create a new tag in linkding.

add_tag_to_bookmarkB

Add a tag to an existing bookmark.

get_reading_listA

Get all bookmarks from your reading list (tagged with #readlater).

search_bookmarksC

Search bookmarks with advanced filters.

get_bookmark_statsA

Get statistics about the bookmark collection.

Returns: JSON string with bookmark statistics (total, unread, archived, shared, tags)

get_bundlesC

Get list of bundles from linkding.

get_bundleA

Get a specific bundle by ID.

create_bundleC

Create a new bundle in linkding.

update_bundleC

Update an existing bundle.

delete_bundleB

Delete a bundle.

get_bookmark_assetsB

Get list of assets for a bookmark.

get_bookmark_assetB

Get a specific bookmark asset by ID.

delete_bookmark_assetC

Delete a bookmark asset.

get_user_profileA

Get user profile and preferences.

Returns: JSON string with user profile and preferences

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jensneuhaus/linkding-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server