PseudoLife-MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Timezone for local time display (e.g. America/New_York). | |
| PSEUDOLIFE_MCP_HOST | No | Daemon bind address. | 127.0.0.1 |
| PSEUDOLIFE_MCP_PORT | No | Daemon bind port. | 8765 |
| PSEUDOLIFE_MCP_TOKEN | No | Bearer token; required to bind a non-loopback host. | |
| PSEUDOLIFE_WRITER_ID | No | Identifies this writer on every canonical write. | unknown |
| PSEUDOLIFE_MCP_CONFIG | No | Override MIRAS / embedding / memory config. | <data_dir>/config.yaml if present |
| PSEUDOLIFE_DREAM_MODEL | No | Model name for dream extractor. | |
| PSEUDOLIFE_MCP_TOOLSET | No | Default toolset tier: minimal, core, or full. | core |
| PSEUDOLIFE_MCP_DATA_DIR | No | Weights cache + legacy-migration source + ChromaDB. | ./data |
| PSEUDOLIFE_MCP_TIER_MAP | No | Per-client toolset tier overrides, e.g. 'claude-desktop:minimal,claude-code:core'. | |
| PSEUDOLIFE_BACKUP_MIRROR | No | Optional off-disk mirror path for backups. | |
| PSEUDOLIFE_DREAM_API_KEY | No | API key for hosted dream endpoints. | |
| PSEUDOLIFE_RECALL_DRIVER | No | Driver for memory_recall seed resolution: mechanical or llm. | mechanical |
| PSEUDOLIFE_DREAM_BASE_URL | No | Base URL for dream extractor endpoint (e.g. http://host.docker.internal:11434/v1). | |
| PSEUDOLIFE_MCP_DAEMON_URL | No | Daemon the shim connects to (and auto-starts). | http://127.0.0.1:8765 |
| PSEUDOLIFE_MCP_TRUST_BIND | No | Set '1' to allow a non-loopback bind without a token when the boundary is external (containerized, loopback-published). The compose daemon sets this; never set for a host daemon. | |
| PSEUDOLIFE_DREAM_MAX_TOKENS | No | Output token budget for dream extractor. | 2048 |
| PSEUDOLIFE_MCP_DATABASE_URL | No | Postgres DSN; when set, PG is the source of truth (schema v22). Unset → file-only mode. | |
| PSEUDOLIFE_BACKUP_MIRROR_KEEP | No | Number of backup files to keep in mirror. | |
| PSEUDOLIFE_DREAM_EXTRACTOR_MODE | No | Extractor mode: auto, primary, or fallback. | auto |
| PSEUDOLIFE_DREAM_FALLBACK_MODEL | No | Fallback model name for dream extractor. | |
| PSEUDOLIFE_SESSION_IDLE_SECONDS | No | Idle time before session episode is closed (seconds). | 1800 |
| PSEUDOLIFE_DREAM_TIMEOUT_SECONDS | No | Timeout for dream extraction calls. | 240 |
| PSEUDOLIFE_SESSION_RESUME_SECONDS | No | Time window for resuming a closed session episode (seconds). | 21600 |
| PSEUDOLIFE_DREAM_FALLBACK_BASE_URL | No | Fallback base URL for dream extractor. |
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
- 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/Pseudogiant-xr/Pseudolife-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server