Work Journal MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WJ_ENV | Yes | Required. Selects the host preset: 'dev' or 'prod'. There is no default, so an empty value cannot silently point production at the dev hosts. | |
| WJ_PORT | No | Optional. Listen port, defaults to 8080. | 8080 |
| WJ_REDIS_TLS | No | Optional. 'true' to connect over TLS, with the certificate verified. | |
| WJ_TOKEN_KEY | Yes | Required. 64 hex characters; encrypts the session envelope. | |
| WJ_LOGIN_MODE | No | Optional. 'form' or 'redirect'. Defaults to 'form'. | form |
| WJ_REDIS_HOST | No | Required only when WJ_LOGIN_MODE=redirect. The accounts session store host. | |
| WJ_REDIS_PORT | No | Optional. Redis port, defaults to 6379. | 6379 |
| WJ_API_BASE_URL | No | Optional. Plugin API host, when it differs from the preset for WJ_ENV. | |
| WJ_AUTH_BASE_URL | No | Optional. Accounts service origin, when it differs from the preset. | |
| WJ_PUBLIC_BASE_URL | Yes | Required. Externally reachable origin, published in the OAuth discovery documents. | |
| WJ_ACC_CACHE_PREFIX | No | Required only when WJ_LOGIN_MODE=redirect. The accounts service's own CACHE_PREFIX, which it also returns as sso_prefix. | |
| WJ_FINGERPRINT_SECRET | Yes | Required. At least 32 characters; derives each member's device fingerprint. Must be identical across all tasks and not rotated casually. | |
| WJ_REDIS_TLS_INSECURE | No | Optional. 'true' drops certificate verification; last resort only. | |
| WJ_REQUEST_TIMEOUT_MS | No | Optional. Per-request timeout in milliseconds, defaults to 15000. | 15000 |
| WJ_EXTRA_REDIRECT_HOSTS | No | Optional. Extra callback hosts, comma separated, beyond claude.ai, anthropic.com and loopback. | |
| WJ_REDIS_TLS_SERVERNAME | No | Optional. The name the Redis certificate was issued for, when it differs from the host dialled. |
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 | |
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/sukanya005chakraborty-tech/Work-Journal-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server