Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SESSION_VAULT_CONFIGNoOverride config file path
SESSION_VAULT_PROVIDERNoOverride session provider (ocsm/native)
BAIDU_NETDISK_CLIENT_IDNoOptional OAuth client ID
SESSION_VAULT_OPENCODE_DBNoOverride OpenCode DB path
BAIDU_NETDISK_ACCESS_TOKENNoBaidu access token bootstrap
BAIDU_NETDISK_CLIENT_SECRETNoOptional OAuth client secret
BAIDU_NETDISK_REFRESH_TOKENNoOptional refresh token

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
session_vault_project_listD
session_vault_session_listD
session_vault_archive_createD
session_vault_archive_listD
session_vault_archive_verifyD
session_vault_archive_uploadD
session_vault_remote_copy_listD
session_vault_tag_listD
session_vault_tag_addD
session_vault_tag_removeD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct resource-action pair (project, session, archive, remote_copy, tag), with no overlapping functionality. Agents can clearly differentiate between tools.

Naming Consistency5/5

All tools follow a consistent snake_case pattern: 'session_vault_<resource>_<action>'. The naming convention is uniform and predictable.

Tool Count5/5

With 10 tools covering multiple resources (projects, sessions, archives, remote copies, tags), the count is well-scoped and appropriate for a focused session vault management server.

Completeness2/5

The tool set lacks essential CRUD operations for core resources. Projects and sessions only have list functionality, and archives are missing update/delete. These gaps hinder full lifecycle management.

Maintenance

ActivitySlowing
ResponsivenessNo issues