Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WAGGLE_MODELNoLocal sentence-transformers model name. Use 'deterministic' for CI/testing only, not production.all-MiniLM-L6-v2
WAGGLE_BACKENDNoStorage backend: 'sqlite' (default) or 'neo4j'.sqlite
WAGGLE_DB_PATHNoPath to the SQLite database file.~/.waggle/waggle.db
WAGGLE_HTTP_PORTNoPort for HTTP transport.8080
WAGGLE_NEO4J_URINoNeo4j URI, required when WAGGLE_BACKEND is 'neo4j'.bolt://localhost:7687
WAGGLE_TRANSPORTNoMCP transport: 'stdio' (default) or 'http'.stdio
WAGGLE_STARTUP_MODENoModel startup behavior: 'normal', 'fast', or 'strict'.normal
WAGGLE_NEO4J_PASSWORDNoNeo4j password, required when WAGGLE_BACKEND is 'neo4j'.
WAGGLE_NEO4J_USERNAMENoNeo4j username, required when WAGGLE_BACKEND is 'neo4j'.neo4j
WAGGLE_DEDUP_THRESHOLDNoCosine similarity threshold for automatic node deduplication at write time.0.88
WAGGLE_DEFAULT_TENANT_IDNoDefault tenant ID for scoping memory.local-default
WAGGLE_RECURSIVE_CONTEXT_ENABLEDNoEnable or disable the recursive context feature.true
WAGGLE_RECURSIVE_CONTEXT_DEFAULT_DEPTHNoDefault graph expansion depth for recursive context assembly.2
WAGGLE_RECURSIVE_CONTEXT_DEFAULT_BUDGETNoDefault token budget for recursive context assembly.1200
WAGGLE_RECURSIVE_CONTEXT_MAX_SUBQUERIESNoMaximum number of decomposed subqueries.6
WAGGLE_RECURSIVE_CONTEXT_INCLUDE_EVIDENCENoInclude transcript evidence in retried context packs.true

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/alyssa2ai/Waggle-mcp'

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