Skip to main content
Glama
alcor6502

archivist-mcp

by alcor6502

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort the server listens on.3000
BASE_URLYesBase URL of the server, e.g. https://<host>.<tailnet>.ts.net, without trailing slash.
KEYS_FILENoPath to the keys file containing dataset keys./vault/keys.txt
VAULT_ROOTNoRoot path of the vault (where datasets are stored)./vault
FASTMCP_HOMENoDirectory for FastMCP token storage; must be under the persistent data directory.
ANTHROPIC_CIDRNoCIDR block for Anthropic egress IPs, used for filtering.160.79.104.0/21
PREFLIGHT_SKIPNoComma-separated list of preflight checks to skip (for testing only).
JWT_SIGNING_KEYYesSecret key for signing JWT tokens; generate with `openssl rand -hex 32`.
GITHUB_CLIENT_IDYesGitHub OAuth App client ID.
ALLOWED_GITHUB_LOGINYesGitHub username allowed to access the server.
GITHUB_CLIENT_SECRETYesGitHub OAuth App client secret.
GIT_RETENTION_MONTHSNoNumber of months to retain git history; 0 disables pruning.0

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/alcor6502/archivist-mcp'

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