Self-hosted Relay MCP server for Obsidian vault access (bundled from BenAI obsidian plugin v3.8.0)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"os-mcp-server": {
"command": "npx",
"args": [
"-y",
"rrigamonti/os-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add os-mcp-server npx -y rrigamonti/os-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"os-mcp-server": {
"command": "npx",
"args": [
"-y",
"rrigamonti/os-mcp-server"
]
}
}
}