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

评论

记忆与知识 分类下的更多 MCP 服务器