mcp-server-diary
Verified Safeby Curator4
Overview
Provides an MCP interface to access and retrieve personal diary entries stored in a local markdown vault.
Installation
go run main.goSecurity Notes
The server reads markdown files from a hardcoded local path (`~/obsidian-vault/themis`). While this is its intended functionality, users should be aware that all content within this directory will be accessible via the MCP interface. There are no external network calls, hardcoded secrets, or dangerous patterns like `eval`.
Similar Servers
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
HydrusMCPServer
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.
MCP-Server
A learning project focused on understanding and building servers compatible with the Minecraft Protocol (MCP).
mcpserver-youtube-mcp
Provides a basic foundation for a Minecraft Protocol (MCP) server, likely for educational purposes or as a project base.