obsidian-mcp-search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OMCS_HOST | No | Bind address; set to 0.0.0.0 to expose remotely. Default: 127.0.0.1 | 127.0.0.1 |
| OMCS_PORT | No | Port to listen on. Default: 8848 | 8848 |
| MCP_AUTH_TOKEN | No | Bearer token required when OMCS_HOST is 0.0.0.0. Not needed for localhost. | |
| OMCS_EMBED_MODEL | No | Embedding model name. Default: intfloat/multilingual-e5-small | intfloat/multilingual-e5-small |
| OMCS_EMBED_BACKEND | No | Embedding backend: 'local' (fastembed) or 'openai'. Default: local | local |
| OMCS_EMBED_BASE_URL | No | Base URL for OpenAI/Azure-compatible embedding API (optional). | |
| OMCS_PREFER_SQLITE_VEC | No | Set to '1' to use sqlite-vec if loadable. Default: 0 | 0 |
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/KORThomasJeong/obsidian-mcp-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server