Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_link_documentationC

Fetch and analyze documentation from a website link, extracting all available components, APIs, and usage examples

save_cursor_memoryA

Save conversation summary or important information to Cursor memory files. IMPORTANT: The model should first summarize the conversation or information into a well-formatted document before calling this tool. The content should be properly structured with markdown formatting for better readability.

get_cursor_memoriesB

Retrieve saved Cursor memories by category or tag

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap. fetch_link_documentation handles web documentation extraction, get_cursor_memories retrieves saved memories, and save_cursor_memory stores new memories. The domains (web analysis vs. memory management) and actions (fetch, get, save) are completely separate, eliminating any risk of misselection.

Naming Consistency4/5

The tools follow a consistent verb_noun pattern with snake_case throughout (fetch_link_documentation, get_cursor_memories, save_cursor_memory). The minor deviation is that two tools use plural 'memories' while one uses singular 'memory', but this doesn't affect readability or predictability.

Tool Count3/5

With only 3 tools, the server feels thin for a 'Link MCP' server that implies broader link/documentation capabilities. While the tools cover distinct functions, the count is borderline low for a server that might be expected to handle more link-related operations beyond just documentation fetching and memory management.

Completeness2/5

There are significant gaps in the tool surface for a link/documentation server. While documentation fetching and memory tools exist, there's no basic link validation, metadata extraction, content summarization without saving, or other common link processing operations. The memory tools are well-covered, but the link/documentation domain is severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues