MCP server for Obsideo: encrypted S3-compatible storage with cryptographic possession proofs. 12 GB free, self-serve signup, runs on your machine.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsideo-mcp": {
"command": "npx",
"args": [
"-y",
"Regan-Milne/obsideo-mcp"
]
}
}
}
Run in terminal:
claude mcp add obsideo-mcp npx -y Regan-Milne/obsideo-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsideo-mcp": {
"command": "npx",
"args": [
"-y",
"Regan-Milne/obsideo-mcp"
]
}
}
}