MCP.so
ログイン

MCP Obsidian Kotlin

@ue-sho

MCP Obsidian Kotlin について

概要はまだありません

基本情報

カテゴリ

メモリとナレッジ

ライセンス

MIT license

ランタイム

kotlin

トランスポート

stdio

公開者

ue-sho

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「メモリとナレッジ」の他のコンテンツ