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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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