obsidian-livesync-mcp
by reejosamuel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| dbname | Yes | The CouchDB database name that contains your LiveSync vault. | |
| MCP_PORT | No | TCP port the HTTP server listens on (only used when transport is 'http'). | 3100 |
| hostname | Yes | Base URL of your CouchDB without the database name. Must include protocol (e.g., http:// or https://). | |
| password | No | CouchDB basic auth password. Leave empty if not used. | |
| username | No | CouchDB basic auth username. Leave empty if not used. | |
| CACHE_TTL | No | Reserved for future in-memory caching (seconds). Currently unused. | 60 |
| LOG_LEVEL | No | Log level: 'debug', 'info', 'warn', or 'error'. | info |
| PASSPHRASE | No | Your LiveSync E2EE passphrase. Set to empty string or omit if E2EE is disabled. | |
| MCP_API_KEY | No | Bearer token for HTTP authorization. Strongly recommended for remote access. | |
| MCP_TRANSPORT | No | Transport mode: 'stdio' for local process, 'http' for Streamable HTTP server. | stdio |
| REQUEST_TIMEOUT | No | CouchDB request timeout in milliseconds. | 30000 |
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/reejosamuel/obsidian-livesync-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server