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 |
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/troxeldj/obsidian_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server