livesync-workers
by odiak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADMIN_PASSWORD | Yes | Password for the admin login on the status page and when authorizing MCP clients. | |
| SESSION_SECRET | Yes | A long random string used for OAuth sessions, e.g. `openssl rand -hex 32`. | |
| MCP_STATIC_TOKEN | No | Static token for MCP clients that cannot perform OAuth. Grants `vault:read` unless `MCP_STATIC_TOKEN_SCOPES` is set. | |
| LIVESYNC_DATABASE | No | CouchDB database name the plugin connects to. | vault |
| LIVESYNC_PASSWORD | Yes | The password that the Obsidian LiveSync plugin uses to log in and that grants access to the vault. | |
| LIVESYNC_USERNAME | No | Username the plugin logs in with. | obsidian |
| VAULT_EXCLUDED_FOLDERS | No | Comma-separated folders left out of the search indexes (still readable), e.g. `Templates,Archive`. | |
| MCP_STATIC_TOKEN_SCOPES | No | Extra scopes for the static token, e.g. `vault:append,vault:write`. |
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