memory-wiki
by FloLey
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WIKI_ROOT | No | Root directory for the wiki data. | /srv/wiki |
| WIKI_DREAM_MODEL | No | Model to use for the dream consolidation (defaults to Claude Opus). | claude-3-5-sonnet-20241022 |
| ANTHROPIC_API_KEY | No | Anthropic API key required for dream functionality. | |
| GH_OAUTH_CLIENT_ID | No | GitHub OAuth App client ID (required if authentication is enabled). | |
| WIKI_AUTH_DISABLED | No | Set to '1' to disable authentication for local development. | |
| WIKI_JWT_SIGNING_KEY | No | Stable random value for signing JWT tokens (recommended to survive restarts). | |
| GH_OAUTH_CLIENT_SECRET | No | GitHub OAuth App client secret (required if authentication is enabled). | |
| WIKI_DREAM_MODEL_WRITE | No | Override model for the write stage of the dream pipeline. | |
| WIKI_DREAM_MODEL_DECIDE | No | Override model for the decide stage of the dream pipeline. | |
| WIKI_DREAM_MODEL_TRIAGE | No | Override model for the triage stage of the dream pipeline. | |
| WIKI_ALLOWED_GITHUB_LOGIN | No | GitHub login of the allowed user (required when authentication is enabled). |
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
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/FloLey/memory-wiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server