archivist-mcp
by alcor6502
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the server listens on. | 3000 |
| BASE_URL | Yes | Base URL of the server, e.g. https://<host>.<tailnet>.ts.net, without trailing slash. | |
| KEYS_FILE | No | Path to the keys file containing dataset keys. | /vault/keys.txt |
| VAULT_ROOT | No | Root path of the vault (where datasets are stored). | /vault |
| FASTMCP_HOME | No | Directory for FastMCP token storage; must be under the persistent data directory. | |
| ANTHROPIC_CIDR | No | CIDR block for Anthropic egress IPs, used for filtering. | 160.79.104.0/21 |
| PREFLIGHT_SKIP | No | Comma-separated list of preflight checks to skip (for testing only). | |
| JWT_SIGNING_KEY | Yes | Secret key for signing JWT tokens; generate with `openssl rand -hex 32`. | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth App client ID. | |
| ALLOWED_GITHUB_LOGIN | Yes | GitHub username allowed to access the server. | |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth App client secret. | |
| GIT_RETENTION_MONTHS | No | Number of months to retain git history; 0 disables pruning. | 0 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues