Skip to content

Release history

smith-and-web/obsidian-mcp-server releases

SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.

All releases

6 shown

v1.4.0 Breaking risk
Breaking changes
  • Raised minimum Node.js version to >=20.19.0 (dropped support for Node 18).
Notable features
  • Entire codebase converted to TypeScript.
  • Added TypeScript build step and updated ESLint configuration for TypeScript support.
Full changelog

Changed

  • TypeScript Conversion: Entire codebase converted to TypeScript for improved type safety
  • Added TypeScript build step to CI pipeline
  • Updated ESLint configuration for TypeScript support
  • BREAKING: Raised minimum Node.js version to >=20.19.0 (dropped Node 18, which reached end-of-life in April 2025). Required by the vitest 4.x toolchain, which no longer supports Node 18.

Infrastructure

  • Added @typescript-eslint/parser and @typescript-eslint/eslint-plugin
  • Updated Dockerfile to build TypeScript before running
  • Added npm run build script and prepublishOnly hook
  • Bumped dev dependencies via Dependabot (@modelcontextprotocol/sdk 1.25.3→1.29.0, vitest 4.0.18→4.1.9, and others)
  • Dropped Node 18 from the CI test matrix (now tests Node 20 and 22)

📦 Published to npm: @smith-and-web/[email protected]

Upgrade now
v1.3.1 Bug fix
Breaking upgrade

Fix /message POST forwarding

Config change
v1.3.0 New feature
Auth

API key authentication

Upgrade now
v1.2.0 Maintenance
Dependencies Breaking upgrade

Routine maintenance and dependency updates.

Config change
v1.1.0 Breaking risk
Breaking upgrade

Delete‑note confirmation required

No immediate action
v1.0.0 New feature

Obsidian MCP Server v1.0.0

Beta — feedback welcome: [email protected]