Skip to main content
Glama
0xlicy
by 0xlicy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_conversationsA

List all Antigravity conversations with their summaries. Scans the brain directory for conversation folders and reads metadata to provide summaries.

list_artifactsA

List all artifact files in a specific conversation. Returns the markdown files with their sizes and metadata summaries.

read_artifactA

Read the full content of a specific artifact file from a conversation.

search_artifactsA

Full-text search across artifact files. Searches all conversations or a specific one. Returns matching lines with context.

write_shared_noteA

Write a shared note to the brain/_shared/ directory, accessible across all conversations.

delegate_taskA

Delegate a task to a new child conversation. Creates a pending task that the Brain Bridge Extension will automatically pick up and execute via a headless cascade. Use check_task_result to monitor progress.

check_task_resultA

Check the status and result of a delegated task. Returns the task description, current status, and result if completed.

list_delegated_tasksB

List all delegated tasks and their current status. Optionally filter by status.

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/0xlicy/antigravity-brain-bridge'

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