Obsidian CLI MCP Server
by husitao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_CLI_COMMAND | No | CLI executable name or absolute path. | obsidian |
| OBSIDIAN_LOCKED_VAULT | No | Lock server to specified vault, disallow enumerating all vaults. | |
| OBSIDIAN_DEFAULT_VAULT | No | Default vault to use when tool call doesn't specify vault. | |
| OBSIDIAN_CLI_TIMEOUT_MS | No | Single process execution timeout, range 1-300 seconds. | 30000 |
| OBSIDIAN_CLI_ALLOW_UNSAFE | No | Allow known high-impact commands. | false |
| OBSIDIAN_CLI_EXTRA_COMMANDS | No | Extra command names, comma separated; '*' allows all legal command names. | |
| OBSIDIAN_CLI_MAX_OUTPUT_BYTES | No | Maximum output for a single call, up to 10 MiB. | 1048576 |
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/husitao/MCP-ObsidianCli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server