MCP.so
Sign In

MCP Obsidian Kotlin

@ue-sho

About MCP Obsidian Kotlin

No overview available yet

Basic information

Category

Memory & Knowledge

License

MIT license

Runtime

kotlin

Transports

stdio

Publisher

ue-sho

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Obsidian Kotlin?

An MCP server implementation for Obsidian, written in Kotlin, that uses the Obsidian Local REST API plugin to enable AI agents to interact with Obsidian notes. It is a Kotlin reimplementation of the Python MCP Obsidian server.

How to use MCP Obsidian Kotlin?

Requires Java, Obsidian, and the Local REST API plugin installed and configured with an API key. Clone the repository, build with ./gradlew build, then set the MCP server in mcp.json using the java -jar command pointing to the built jar.

Key features of MCP Obsidian Kotlin

  • Kotlin-based MCP server for Obsidian
  • Integrates via the Obsidian Local REST API plugin
  • Alternative to the Python MCP Obsidian implementation
  • Requires Java runtime for execution

Use cases of MCP Obsidian Kotlin

FAQ from MCP Obsidian Kotlin

Comments

More Memory & Knowledge MCP servers