Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MODENoCommunication mode for the MCP server.stdio
PROJECT_ROOTSNoEnvironment variable for project roots. High priority configuration.
LOCALNEST_CONFIGNoPath to the LocalNest configuration file.~/.localnest/config/localnest.config.json
LOCALNEST_DB_PATHNoSQLite database path.~/.localnest/data/localnest.db
LOCALNEST_EMBED_DIMSNoEmbedding vector dimensions.384
LOCALNEST_INDEX_PATHNoJSON index path.~/.localnest/data/localnest.index.json
LOCALNEST_EMBED_MODELNoEmbedding model name.Xenova/all-MiniLM-L6-v2
LOCALNEST_INDEX_BACKENDNoIndex backend to use: 'sqlite-vec' or 'json'.sqlite-vec
LOCALNEST_EMBED_PROVIDERNoEmbedding backend provider.xenova
LOCALNEST_MEMORY_BACKENDNoMemory backend: 'auto', 'node-sqlite', or 'sqlite3'.auto
LOCALNEST_MEMORY_DB_PATHNoSQLite memory database path.~/.localnest/data/localnest.memory.db
LOCALNEST_MEMORY_ENABLEDNoEnable local memory subsystem.false
LOCALNEST_RERANKER_MODELNoCross-encoder reranker model name.Xenova/ms-marco-MiniLM-L-6-v2
LOCALNEST_UPDATE_PACKAGENonpm package name to check/update.localnest-mcp
LOCALNEST_EMBED_CACHE_DIRNoEmbedding model cache path.~/.localnest/cache
LOCALNEST_VECTOR_MAX_FILESNoMax files per index run.20000
LOCALNEST_VECTOR_MAX_TERMSNoMax terms per chunk.80
LOCALNEST_RERANKER_PROVIDERNoReranker backend provider.xenova
LOCALNEST_RERANKER_CACHE_DIRNoReranker model cache path.~/.localnest/cache
LOCALNEST_VECTOR_CHUNK_LINESNoLines per index chunk.60
LOCALNEST_MEMORY_AUTO_CAPTURENoAllow background event ingest to promote memories automatically.false
LOCALNEST_MEMORY_CONSENT_DONENoIndicates setup memory consent was already collected.false
LOCALNEST_SQLITE_VEC_EXTENSIONNoOptional custom native extension path for sqlite-vec. If unset, no native extension load is attempted.
LOCALNEST_VECTOR_CHUNK_OVERLAPNoOverlap between chunks.15
LOCALNEST_UPDATE_CHECK_INTERVAL_MINUTESNoRefresh interval for npm update checks.120
LOCALNEST_UPDATE_FAILURE_BACKOFF_MINUTESNoRetry interval when npm check fails.15

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/wm-jenildgohel/localnest'

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