Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_componentsC

Search components by task.

get_component_detailC

Get full component info.

install_componentsB

Install components to .claude/.

check_dependenciesD

Check deps and conflicts.

ingest_repoB

Index a component repository.

register_repoC

Register a repo for auto-sync.

unregister_repoB

Unregister a repo from auto-sync.

list_tracked_reposB

List all tracked repos.

sync_statusB

Get sync system status.

start_sync_serverB

Start webhook server and poller.

stop_sync_serverB

Stop webhook server and poller.

poll_repos_nowB

Trigger immediate poll of all repos.

run_discovery_pipelineD

Run the discovery and ingestion pipeline.

discover_reposB

Discover skill repositories from GitHub.

get_heal_statusB

Get auto-heal status and failures.

get_pipeline_statusB

Get discovery pipeline status.

clear_heal_failuresB

Clear all tracked failures from auto-heal.

report_outcomeC

Report a component outcome (used, removed, deprecated).

get_outcome_statsC

Get outcome statistics for a component.

get_outcome_reportC

Get overall outcome report with problematic components.

analyze_feedbackC

Analyze usage patterns and generate edge suggestions.

get_feedback_suggestionsB

Get pending edge suggestions from feedback analysis.

review_suggestionC

Review a pending edge suggestion (accept or reject).

apply_feedback_suggestionsB

Apply all accepted suggestions to the graph.

security_scanB

Scan a component for security vulnerabilities.

security_auditC

Audit all indexed components for security vulnerabilities.

backfill_security_scansB

Backfill security scans for existing components.

Scans all components in the metadata store that don't have security data, or all components if force_rescan=True.

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/AnthonyAlcaraz/skill-retriever'

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