Skip to main content
Glama
tmeng7777

uctx

by tmeng7777

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_contextA

Save a durable fact, preference, or note about the user so any agent can recall it later.

Use this whenever the user states something worth remembering across sessions and tools (e.g. "I prefer Python", "I'm based in Boston", "my project is a job-hunting agent").

Args: content: The thing to remember, in a self-contained sentence. type: One of "preference", "fact", or "note". tags: Optional short keywords to aid later search (e.g. ["coding", "style"]). source_app: The app/agent saving this (e.g. "claude-desktop", "cursor").

search_contextA

Search the user's saved context by keyword.

Call this BEFORE answering questions about the user's preferences, background, or history, so your answer reflects what they've told other agents — not just this conversation.

list_contextA

List the user's saved context items, most recent first.

forget_contextA

Delete one saved context item by its id (from list_context/search_context).

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/tmeng7777/uctx'

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