brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.DalecB/obsidian-semantic-mcp · v0.2.1
Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.
Obsidian Semantic Search 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"obsidian-semantic-mcp": {
"command": "npx",
"args": [
"-y",
"@dalecb/obsidian-semantic-mcp"
],
"env": {
"OBSIDIAN_VAULT_ROOT": "<OBSIDIAN_VAULT_ROOT>"
}
}
}
}OBSIDIAN_VAULT_ROOT必填Absolute path to the local Obsidian vault.
OBSIDIAN_SEMANTIC_MCP_HOME可选Directory for the external SQLite index, logs, and cache.
OBSIDIAN_EMBED_MODEL可选Ollama embedding model name. Defaults to bge-m3.
OLLAMA_BASE_URL可选Ollama API base URL. Defaults to http://localhost:11434.
OBSIDIAN_SEMANTIC_STARTUP_INDEX可选Set to true to run incremental indexing when the server starts.
OBSIDIAN_SEMANTIC_ALLOW_SENSITIVE可选Set to true to allow include_sensitive tool calls.
OBSIDIAN_SEMANTIC_EXCLUDE可选Comma- or newline-separated folders to always exclude from indexing, search, and read.
OBSIDIAN_SEMANTIC_SENSITIVE_PATHS可选Comma- or newline-separated folders treated as sensitive (blocked unless unlocked). Defaults to 08_PersonalInfo/.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.DalecB/obsidian-semantic-mcp",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "Obsidian Semantic Search",
"description": "Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.",
"repository": {
"url": "https://github.com/DalecB/obsidian-semantic-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@dalecb/obsidian-semantic-mcp",
"version": "0.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "OBSIDIAN_VAULT_ROOT",
"description": "Absolute path to the local Obsidian vault.",
"isRequired": true
},
{
"name": "OBSIDIAN_SEMANTIC_MCP_HOME",
"description": "Directory for the external SQLite index, logs, and cache."
},
{
"name": "OBSIDIAN_EMBED_MODEL",
"description": "Ollama embedding model name. Defaults to bge-m3."
},
{
"name": "OLLAMA_BASE_URL",
"description": "Ollama API base URL. Defaults to http://localhost:11434."
},
{
"name": "OBSIDIAN_SEMANTIC_STARTUP_INDEX",
"description": "Set to true to run incremental indexing when the server starts."
},
{
"name": "OBSIDIAN_SEMANTIC_ALLOW_SENSITIVE",
"description": "Set to true to allow include_sensitive tool calls."
},
{
"name": "OBSIDIAN_SEMANTIC_EXCLUDE",
"description": "Comma- or newline-separated folders to always exclude from indexing, search, and read."
},
{
"name": "OBSIDIAN_SEMANTIC_SENSITIVE_PATHS",
"description": "Comma- or newline-separated folders treated as sensitive (blocked unless unlocked). Defaults to 08_PersonalInfo/."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.DalecB/obsidian-semantic-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.DalecB%2Fobsidian-semantic-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}