Skip to main content
Glama

Obsidian Diary MCP Server

by madebygps
__init__.py621 B
"""Obsidian Diary MCP Server Package A modular diary management system with AI-powered analysis and Obsidian integration. """ from .server import mcp from .config import DIARY_PATH, OLLAMA_URL, OLLAMA_MODEL from .entry_manager import entry_manager from .analysis import analysis_engine from .template_generator import template_generator from .ollama_client import ollama_client __all__ = [ "mcp", "DIARY_PATH", "OLLAMA_URL", "OLLAMA_MODEL", "entry_manager", "analysis_engine", "template_generator", "ollama_client" ] def main() -> None: """Run the MCP server.""" mcp.run()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/madebygps/obsidian-diary-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server