Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port for remote mode3099
MCP_MODENoServer mode: stdio or httpstdio
MCP_CLIENT_IDNoOAuth client ID for remote modenovara-context-client
MEMORY_FILE_PATHNoMemory graph data file path~/clawd/data/memory-graph/memory.jsonl
MCP_CLIENT_SECRETNoOAuth 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ellingtonsp/novara-context-mcp'

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