mcp-obsidian-kotlin
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"
]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.