Server data from the Official MCP Registry
Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.
Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.
kObsidian is a well-structured, filesystem-first MCP server for Obsidian with strong security practices. The codebase demonstrates proper input validation, secure credential handling via environment variables, and appropriate permission scoping. Minor code quality findings (broad exception handling, potential null safety edge cases) do not significantly impact the score. Permissions align well with the server's purpose of managing Obsidian vaults and orchestrating the LLM Wiki pattern. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 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_API_URL
Environment variable: OBSIDIAN_API_VERIFY_TLS
Environment variable: OBSIDIAN_REST_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-bezata-kobsidian-mcp": {
"env": {
"OBSIDIAN_API_URL": "your-obsidian-api-url-here",
"OBSIDIAN_VAULT_PATH": "your-obsidian-vault-path-here",
"OBSIDIAN_REST_API_KEY": "your-obsidian-rest-api-key-here",
"OBSIDIAN_API_VERIFY_TLS": "your-obsidian-api-verify-tls-here"
},
"args": [
"-y",
"kobsidian-mcp"
],
"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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally