Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYNoAPI key for Groq, used only for explain_attack_path. Every other tool works without it.

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
connect_toolA

Connect a third-party tool (gmail, dropbox, postgres, slack, filesystem, calendar) to an agent, granting it that tool's capabilities. Returns the agent's updated effective capability set.

get_capability_graphA

Return the agent's capability graph: nodes (agent/tool/capability), edges (danger=true when part of a detected attack path), detected attack paths, and an overall risk score.

detect_attack_pathsA

Run the deterministic toxic-capability-combination detector for an agent and return any detected attack paths with severity and an overall risk score.

apply_policy_fixA

Remediate a detected attack path by disconnecting the tool that supplies its riskier (sink) capability from the agent, then return the refreshed capability graph.

Prompts

Interactive templates invoked by user choice

NameDescription
explain_attack_pathExplain a detected Aegis attack path in plain English for a non-technical audience.

Resources

Contextual data attached and managed by the client

NameDescription
Aegis PoliciesToxic capability-combination rules Aegis checks for when auditing an agent's effective capabilities.
Health ChecksCurrent health status of all registered health checks
Capability GraphUI component for Capability Graph
Attack Path AlertUI component for Attack Path Alert
Widget ExamplesProvides metadata and examples for all registered UI widgets

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/prince-rai88/aegis-mcp'

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