Server data from the Official MCP Registry
Graph-native MCP server for reading, navigating, and safely editing Obsidian vaults.
Graph-native MCP server for reading, navigating, and safely editing Obsidian vaults.
Obsidian Everywhere is a well-structured MCP server with proper authentication mechanisms for different deployment scenarios (stdio, bearer-token HTTP, OAuth) and comprehensive input validation. Permissions are appropriately scoped to vault filesystem access and optional network operations matching the server's purpose as a productivity tool. Minor code quality observations exist but do not present security vulnerabilities. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OBSIDIAN_VAULT_PATH
Environment variable: OBSIDIAN_EVERYWHERE_DB
Environment variable: OBSIDIAN_EVERYWHERE_TOKEN
Environment variable: PORT
Environment variable: OAUTH_ISSUER_URL
Environment variable: OAUTH_LOGIN_SECRET
Environment variable: OBSIDIAN_EVERYWHERE_READONLY
Environment variable: OAUTH_ENABLE_WRITE_TOOLS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-junnnnnw00-obsidian-everywhere": {
"env": {
"PORT": "your-port-here",
"OAUTH_ISSUER_URL": "your-oauth-issuer-url-here",
"OAUTH_LOGIN_SECRET": "your-oauth-login-secret-here",
"OBSIDIAN_VAULT_PATH": "your-obsidian-vault-path-here",
"OBSIDIAN_EVERYWHERE_DB": "your-obsidian-everywhere-db-here",
"OAUTH_ENABLE_WRITE_TOOLS": "your-oauth-enable-write-tools-here",
"OBSIDIAN_EVERYWHERE_TOKEN": "your-obsidian-everywhere-token-here",
"OBSIDIAN_EVERYWHERE_READONLY": "your-obsidian-everywhere-readonly-here",
"OBSIDIAN_EVERYWHERE_CLIENT_TOKEN": "your-obsidian-everywhere-client-token-here"
},
"args": [
"-y",
"obsidian-everywhere"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Productivity
Knowledge graph-based persistent memory across sessions
by Modelcontextprotocol · Productivity
Time and timezone conversion capabilities for your AI assistant
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.