Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_AI_API_KEYYesYour Google AI API key used for generating embeddings (e.g., text-embedding-004).
UPSTASH_VECTOR_REST_URLYesThe REST URL for your Upstash Vector Index.
UPSTASH_VECTOR_REST_TOKENYesThe REST Token for your Upstash Vector Index.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_context

Add a piece of context/knowledge to the vector database. Use this to store information that can be retrieved later for relevant queries.

add_contexts_batch

Add multiple context entries to the vector database in a single operation. More efficient for bulk indexing.

query_context

Search for relevant context based on a natural language query. Returns the most semantically similar stored contexts.

delete_context

Delete a specific context entry by its ID

delete_contexts_batch

Delete multiple context entries by their IDs

get_stats

Get statistics about the vector database (number of stored contexts, dimensions)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Context Database StatisticsCurrent statistics about the context vector database

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/Raunak-dev-18/context-mcp'

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