Context MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_AI_API_KEY | Yes | Your Google AI API key used for generating embeddings (e.g., text-embedding-004). | |
| UPSTASH_VECTOR_REST_URL | Yes | The REST URL for your Upstash Vector Index. | |
| UPSTASH_VECTOR_REST_TOKEN | Yes | The REST Token for your Upstash Vector Index. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_contextB | 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_batchA | Add multiple context entries to the vector database in a single operation. More efficient for bulk indexing. |
| query_contextB | Search for relevant context based on a natural language query. Returns the most semantically similar stored contexts. |
| delete_contextC | Delete a specific context entry by its ID |
| delete_contexts_batchC | Delete multiple context entries by their IDs |
| get_statsB | Get statistics about the vector database (number of stored contexts, dimensions) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Context Database Statistics | Current statistics about the context vector database |
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/Raunak-dev-18/context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server