Back to Browse

Stellavault MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

About

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

Security Report

4.2
Use Caution4.2High Risk

Stellavault is a well-architected local-first knowledge management MCP server with sound security fundamentals: local-only embeddings, vault-scoped file operations, IPC validation, and secret storage via Electron's safeStorage. However, several code quality and medium-risk issues reduce confidence: unvalidated network calls in URL ingest, incomplete SSRF protections, chat attachment handling with some edge cases, and the embedded MCP server lacking explicit authentication beyond loopback binding. The codebase shows careful attention to path safety and secret redaction, but missing input validation on some network/LLM paths and inconsistent error handling in critical flows warrant attention. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the SQLite vector DB. Optional — defaults to a per-vault path resolved from your .stellavault.json config or the current directory.Optional

Environment variable: STELLAVAULT_DB_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-evanciel-stellavault": {
      "env": {
        "STELLAVAULT_DB_PATH": "your-stellavault-db-path-here"
      },
      "args": [
        "-y",
        "stellavault"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!