Python MCP server enabling semantic vector RAG search over Obsidian markdown vaults and engineering notes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notes-rag-mcp": {
"command": "npx",
"args": [
"-y",
"spelech/notes-rag-mcp"
]
}
}
}
Run in terminal:
claude mcp add notes-rag-mcp npx -y spelech/notes-rag-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"notes-rag-mcp": {
"command": "npx",
"args": [
"-y",
"spelech/notes-rag-mcp"
]
}
}
}