mcp-obsidian-kotlin

mcp-obsidian-kotlin

3.3

MCP Obsidian Kotlin is a Model Context Protocol server implementation for Obsidian, written in Kotlin, enabling AI agents to interact with Obsidian notes via the Local REST API.

MCP Obsidian Kotlin is a server implementation designed to facilitate the interaction between AI agents and Obsidian notes. This project leverages the Obsidian Local REST API plugin, allowing seamless integration and communication. Inspired by the Python-based MCP Obsidian, this version is reimagined in Kotlin, offering a robust and efficient alternative. The server acts as a bridge, enabling AI models to access, modify, and manage notes within Obsidian, thus enhancing productivity and automation capabilities. The setup requires Java, Obsidian, and the Local REST API plugin, ensuring a smooth installation and operation process.

Features

  • Kotlin Implementation: Provides a robust and efficient server using Kotlin.
  • Obsidian Integration: Seamlessly integrates with Obsidian notes via the Local REST API.
  • AI Interaction: Enables AI agents to interact with and manage Obsidian notes.
  • Inspired by Python Version: Based on the MCP Obsidian Python implementation, offering a familiar yet enhanced experience.
  • Customizable Setup: Allows configuration through the mcp.json file for tailored server management.

Usage with Different Platforms

Java


{
   "mcpServers": {
      "obsidian": {
            "command": "java",
            "args": [
               "-jar",
               "your-path/mcp-obsidian-kotlin/app/build/libs/app.jar"
            ]
      }
   }
}