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_components

Search components by task.

get_component_detail

Get full component info.

install_components

Install components to .claude/.

check_dependencies

Check deps and conflicts.

ingest_repo

Index a component repository.

register_repo

Register a repo for auto-sync.

unregister_repo

Unregister a repo from auto-sync.

list_tracked_repos

List all tracked repos.

sync_status

Get sync system status.

start_sync_server

Start webhook server and poller.

stop_sync_server

Stop webhook server and poller.

poll_repos_now

Trigger immediate poll of all repos.

run_discovery_pipeline

Run the discovery and ingestion pipeline.

discover_repos

Discover skill repositories from GitHub.

get_heal_status

Get auto-heal status and failures.

get_pipeline_status

Get discovery pipeline status.

clear_heal_failures

Clear all tracked failures from auto-heal.

report_outcome

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

get_outcome_stats

Get outcome statistics for a component.

get_outcome_report

Get overall outcome report with problematic components.

analyze_feedback

Analyze usage patterns and generate edge suggestions.

get_feedback_suggestions

Get pending edge suggestions from feedback analysis.

review_suggestion

Review a pending edge suggestion (accept or reject).

apply_feedback_suggestions

Apply all accepted suggestions to the graph.

security_scan

Scan a component for security vulnerabilities.

security_audit

Audit all indexed components for security vulnerabilities.

backfill_security_scans

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