obsidian_mcp
by troxeldj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_VAULT__PATH | Yes | Local path to the Obsidian vault. | |
| OBSIDIAN_SERVER__HOST | No | Host address for the MCP server. | 127.0.0.1 |
| OBSIDIAN_SERVER__PORT | No | Port for the MCP server. | 8000 |
| OBSIDIAN_LOGGING__LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR). | INFO |
| OBSIDIAN_LOGGING__FORMAT | No | Log message format string. | %(asctime)s | %(levelname)-8s | %(name)s | %(message)s |
| OBSIDIAN_SEARCH__ENABLED | No | Enable search functionality (True/False). | True |
| OBSIDIAN_SEARCH__MAX_RESULTS | No | Maximum number of search results. | 100 |
| OBSIDIAN_VAULT__ENABLE_WIKILINKS | No | Enable wikilink parsing (True/False). | True |
| OBSIDIAN_VAULT__ENABLE_FRONTMATTER | No | Enable YAML frontmatter parsing (True/False). | True |
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