Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOULD_I_USE_DATANoPath to a custom libraries.json snapshot (same shape as the bundled data). If not set, the bundled snapshot is used.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pick_libraryA

Given a coding task, recommend 1-3 libraries from the should-i-use index with one-line reasoning and an honest warning about the top pick. Use before installing anything.

should_i_useA

Honest verdict on a specific library: 4-axis scores with reasons, when to skip it, and maintenance signals (last push, weekly downloads).

alternativesA

Curated alternatives to a library, each with a one-line "prefer it when" and a verdict if the alternative is also indexed.

how_do_iA

Return the 1-2 best code snippets for a task with a library, plus the gotcha for each. Snippets are correct for the indexed version. Far cheaper in tokens than a docs dump.

docs_linkA

Official docs URL and GitHub repo for a library, one line each. Use when the clamped answers are not enough.

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/mrkeyoor/should-i-use'

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