kObsidian runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 9 Sep 2026.
Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const absolutePath = path.join(vaultRoot, args.path);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add kobsidian-mcp -- npx -y kobsidian-mcp
{
"mcpServers": {
"kobsidian-mcp": {
"args": [
"-y",
"kobsidian-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.kobsidian-mcp]
command = "npx"
args = ["-y", "kobsidian-mcp"]
{
"mcpServers": {
"kobsidian-mcp": {
"args": [
"-y",
"kobsidian-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"kobsidian-mcp": {
"args": [
"-y",
"kobsidian-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OBSIDIAN_VAULT_PATH (Absolute path to the Obsidian vault this server should operate on.), OBSIDIAN_API_URL (Base URL of the Obsidian Local REST API plugin. Only required for workspace.* / commands.* / live dataview.query* tools.), OBSIDIAN_API_VERIFY_TLS (Set to 'true' if you've trusted the Local REST API's self-signed certificate.), OBSIDIAN_REST_API_KEY (Bearer key for the Obsidian Local REST API plugin (only needed for REST-bridged tools).).
The author declared them in the registry entry; get the values from the project itself.
Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.
Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.
MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.
PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
Answers built from our own checks of this server.