uctx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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