obsidian-modified-mcp-server
by marwansaab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_HOST | No | Obsidian REST API host | 127.0.0.1 |
| OBSIDIAN_PORT | No | Obsidian REST API port | 27124 |
| GRAPH_CACHE_TTL | No | Graph cache TTL in seconds | 300 |
| OBSIDIAN_API_KEY | No | API key from Local REST API plugin settings (used when multi-vault JSON is not supplied) | |
| OBSIDIAN_PROTOCOL | No | http or https | https |
| OBSIDIAN_VAULT_PATH | No | Path to vault (required for graph tools) | |
| OBSIDIAN_VAULTS_FILE | No | Path to a JSON file describing one or more vaults (same shape as OBSIDIAN_VAULTS_JSON). | |
| OBSIDIAN_VAULTS_JSON | No | JSON string describing one or more vaults. Overrides the single OBSIDIAN_API_KEY style config. | |
| OBSIDIAN_DEFAULT_VAULT | No | Name/ID of the vault to use when a tool call omits vaultId. | |
| SMART_CONNECTIONS_PORT | No | Port for Smart Connections API |
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/marwansaab/obsidian-modified-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server