obsidian-remote-mcp
by nweii
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number (default 3456). | |
| VAULT_PATH | No | Absolute path to the vault root. | |
| MCP_BASE_URL | No | Base URL of the server (e.g., https://mcp.example.com) without /mcp. | |
| MCP_CLIENT_ID | No | Client ID for OAuth authentication. | |
| VAULT_READ_ONLY | No | Set to true to block write operations. | |
| TOKEN_STORE_PATH | No | Path to persist OAuth tokens (default ./tokens.json). | |
| MCP_CLIENT_SECRET | No | Optional client secret for OAuth token exchange. | |
| OBSIDIAN_VAULT_ID | No | Vault ID when multiple vaults in obsidian.json. | |
| VAULT_CONTEXT_PATH | No | Path to the vault context note (default AGENTS.md). | |
| VAULT_DISPLAY_NAME | No | Display name for the vault in the OAuth approval page. | |
| CORS_ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins (default *). | |
| MCP_STATIC_BEARER_TOKEN | No | Static bearer token for non-browser clients. | |
| DAILY_NOTE_PATH_TEMPLATE | No | Path template for daily notes (default Daily/{YYYY}-{MM}-{DD}.md). | |
| MCP_ALLOWED_REDIRECT_URIS | No | Comma-separated list of allowed OAuth redirect URIs. |
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/nweii/obsidian-remote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server