Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_BASE_URLNoLocal embedding endpointhttp://localhost:11434
SHARPWAVE_DB_PATHNoFull path to a specific database file, overriding DATA_DIR
OPENROUTER_API_KEYNoEnables remote embeddings and generative consolidation
SHARPWAVE_AGENT_IDNoNamespace for separate, isolated memoriesdefault
SHARPWAVE_DATA_DIRNoWhere the database lives~/.sharpwave
SHARPWAVE_EMBEDDING_MODELNoEmbedding model to use, e.g., 'ollama/qwen3-embedding:0.6b'

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
brain_queryA

Search and recall memories using hybrid FTS + vector + spreading activation. Returns ranked nodes with retrievability and salience scores.

brain_writeA

Store a new memory node. Automatically queues for embedding and PRISM/NEXUS auto-linking.

brain_linkB

Create a typed edge between two existing nodes.

brain_supersedeA

Replace an outdated node with updated content. Closes old edges, writes a supersedes edge, preserving the memory graph's temporal integrity.

brain_statsA

Return brain statistics: node/edge/episode counts, neuromodulator state, consolidation status, embedding coverage.

brain_historyB

Search episode history (raw conversation turns) by keyword.

brain_expandB

Get full detail for a specific node: content, FSRS metrics, encoding context, and source episodes.

brain_reviewA

Apply an FSRS-6 spaced-repetition review to a node. Updates stability, retrievability, and SIGMA calibration.

brain_forgetA

Physically delete a node from the brain. Refuses to delete nodes with active edges unless force=true.

brain_edgesB

Get all active incoming and outgoing edges for a node.

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/EnlightenedRepublic/sharpwave'

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