obsidian-mcp-server: The Obsidian MCP Server acts as a bridge, allowing applications (MCP Clients) to interact directly and safely with your Obsidian vault. It enables AI assistants and development tools to automate vault management, integrate Obsidian into AI workflows, and build custom tools by leveraging the Obsidian Local REST API plugin.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Automating Obsidian vault management tasks programmatically.
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.