RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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/.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
}
}