Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GNOSIS_MCP_SCHEMANoDatabase schema (PostgreSQL only). Default is 'public'.public
GNOSIS_MCP_BACKENDNoForce backend type: 'sqlite' or 'postgres'. Default is 'auto'.auto
GNOSIS_MCP_WRITABLENoEnable write tools (upsert_doc, delete_doc, update_metadata). Default is 'false'.false
GNOSIS_MCP_EMBED_URLNoCustom endpoint for embedding provider.
GNOSIS_MCP_LOG_LEVELNoLogging level. Default is 'INFO'.INFO
GNOSIS_MCP_TRANSPORTNoServer transport: 'stdio' or 'sse'. Default is 'stdio'.stdio
GNOSIS_MCP_EMBED_MODELNoEmbedding model name. Defaults to 'text-embedding-3-small' for remote or 'MongoDB/mdbr-leaf-ir' for local.
GNOSIS_MCP_WEBHOOK_URLNoURL to receive POST notifications when documents are modified.
GNOSIS_MCP_CHUNKS_TABLENoTable name for chunks. Default is 'documentation_chunks'.documentation_chunks
GNOSIS_MCP_DATABASE_URLNoPostgreSQL URL or SQLite file path (defaults to SQLite auto-detect).
GNOSIS_MCP_EMBEDDING_DIMNoVector dimension for init-db. Default is '1536'.1536
GNOSIS_MCP_EMBED_API_KEYNoAPI key for remote embedding providers (e.g., OpenAI).
GNOSIS_MCP_EMBED_PROVIDERNoEmbedding provider: 'openai', 'ollama', 'custom', or 'local'.local
GNOSIS_MCP_SEARCH_FUNCTIONNoCustom search function (PostgreSQL only).

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/nicholasglazer/gnosis-mcp'

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