@glubler/mcp-server
Related Servers
Alternatives to @glubler/mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityFmaintenanceEnables AI assistants to manage StashDog inventory through natural language commands, supporting item management, collections, tags, smart search, and URL imports with secure authentication.11-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage and search Obsidian notes, folders, metadata, and links directly.-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to crawl websites, extract and store web content with semantic search capabilities using vector embeddings, and retrieve information through natural language queries with tag-based filtering and intelligent content cleaning.-
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and save to a semantic knowledge graph with vector search and hierarchical organization.51MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search API documentation, retrieve endpoint details, get SDK snippets, and check changelogs from an OpenAPI spec.264 npmMIT
- AlicenseBqualityDmaintenanceEnables AI assistants to execute GraphQL queries and retrieve schema information from any GraphQL endpoint.28 npm8MIT
TDQS
Scored across 13 tools
Most tools map cleanly to distinct resources and actions, such as auth, listing, fetching details, and CRUD operations. The only real overlap is between glue_website and glue_websites_batch, and between listing vs. fetching details, but the descriptions are clear enough to guide correct selection.
The core CRUD and website tools mostly follow a readable verb_noun pattern, e.g., create_glubler, glue_website, unglue_website. The auth tools break the pattern with glubler_login, glubler_logout, and glubler_whoami, where the brand prefix comes first and whoami is not verb-first.
Thirteen tools is a well-scoped size for this domain. Each tool serves a clear purpose across authentication, discovery, collection lifecycle management, and website membership operations, with no obvious bloat.
The set covers the core bookmark/collection workflow well: auth, search, list, get, create, rename, delete, glue, batch glue, and unglue. Minor gaps exist, such as no direct move-website-between-collections operation or batch unglue, but these can be worked around with existing tools.