novara-context
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for remote mode | 3099 |
| MCP_MODE | No | Server mode: stdio or http | stdio |
| MCP_CLIENT_ID | No | OAuth client ID for remote mode | novara-context-client |
| MEMORY_FILE_PATH | No | Memory graph data file path | ~/clawd/data/memory-graph/memory.jsonl |
| MCP_CLIENT_SECRET | No | OAuth client secret (required for HTTP mode) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recallA | Search the memory graph for entities matching a query. Returns matching entities with their observations and relations. |
| rememberA | Upsert an entity in the memory graph. If the entity already exists and upsert is true (default), observations are merged. If upsert is false, the entity is overwritten. |
| linkA | Add a relation between two entities in the memory graph. Duplicate relations are skipped. |
| forgetB | Remove a specific observation from an entity in the memory graph. |
| get_identityA | Returns the agent's identity (SOUL.md) and the first 3000 characters of MEMORY.md. Use at the start of a session to establish context. |
| get_conventionsB | Returns all Convention entities from the memory graph, optionally filtered by domain keyword. |
| store_decisionC | Store an important decision in the memory graph as a Decision entity with a dated observation. |
| consolidateB | Full memory graph maintenance: finds duplicate entities, promotes facts from daily memory files, prunes stale observations, and writes a maintenance report. |
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/ellingtonsp/novara-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server