ProjectContext
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryA | Save a memory to the long-term storage. |
| delete_memoryA | Delete a memory by ID. |
| update_memoryA | Update a memory by ID. |
| query_memoryA | Query memories using semantic and keyword search. |
| create_agendaA | Create a new agenda (plan/todo list). |
| list_agendasC | List all agendas. |
| get_agendaA | Get detailed information about an agenda, including its tasks. |
| search_agendasA | Search agendas by title or description. |
| update_taskA | Update a task's completion status. |
| update_agendaA | Update an agenda's status, details, or add new tasks. |
| delete_agendaB | Delete an agenda and its associated tasks. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| setup_project_context | Template for initializing a new project with technical stack, goals, and conventions. Args: query: Optional user request or project description. |
| plan_feature_implementation | Guides the model to break down a feature into a structured agenda with acceptance criteria. |
| summarize_and_remember | Summarize a conversation or technical discussion and save it to memory. Args: context: The text or conversation history to summarize. |
| debug_with_history | Workflow for debugging issues using past bug fix memories and system context. Args: bug_description: Description of the current issue. |
| maintain_memory_health | Workflow for identifying and updating outdated or redundant memories. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_usage_guidelines | Memory Engine usage guidelines for AI agents. Provides comprehensive documentation on: - When to save memories (DO's and DON'Ts) - How to structure memories (category, topic, content) - How to query effectively - Best practices and common patterns - Search features and capabilities Returns: The complete usage guidelines as markdown text |
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/asd-noor/projectcontext'
If you have feedback or need assistance with the MCP directory API, please join our Discord server