Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NV_PASSWORDNoPassword for password authentication. Required when NV_AUTH_MODE=password.
NV_TOOLSETSNoComma-separated list; see Toolsets.
NV_USERNAMENoUsername for password authentication. Required when NV_AUTH_MODE=password.
NV_AUTH_MODENoAuthentication mode: apikey or password.apikey
NV_CA_BUNDLENoPath to a CA bundle. Takes precedence over NV_VERIFY_TLS.
NV_HTTP_HOSTNoHTTP transport bind address.0.0.0.0
NV_HTTP_PATHNoHTTP transport request path./mcp
NV_HTTP_PORTNoHTTP transport bind port.8080
NV_LOG_LEVELNoStandard Python log level name.INFO
NV_MAX_ITEMSNoHard cap on any list tool's page size.200
NV_READ_ONLYNotrue refuses every mutation and does not register mutating toolsets at all.true
NV_TRANSPORTNoTransport: stdio or http.stdio
NV_LOG_FORMATNoLog format: json or console.json
NV_VERIFY_TLSNoSet false for the controller's default self-signed cert.true
NV_API_ACCESS_KEYNoAPI key's apikey_name. Required when NV_AUTH_MODE=apikey.
NV_API_SECRET_KEYNoAPI key's apikey_secret. Required when NV_AUTH_MODE=apikey.
NV_AUDIT_LOG_PATHNoOptional second sink for audit records.
NV_CONTROLLER_URLNoController REST base URL. Must start http:// or https://. A trailing slash is stripped.https://127.0.0.1:10443
NV_REQUEST_TIMEOUT_SNoTimeout for normal calls, in seconds.30
NV_ALLOWED_NAMESPACESNoWhen set, mutations targeting a namespace outside this list are refused.
NV_ALLOW_UNDOCUMENTEDNoGates tools that use routes absent from the controller's Swagger.false
NV_HTTP_BEARER_TOKENSNoRequired for http. token:scope|scope,token2:scope.
NV_MAX_RESPONSE_CHARSNoTruncation budget per tool result.60000
NV_REQUIRE_CONFIRM_TOKENNofalse removes the two-step handshake.true
NV_LONG_REQUEST_TIMEOUT_SNoTimeout for scan, bench and repository-scan calls, in seconds.300

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/darthzen/neuvector-mcp'

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