An MCP server for interacting with Obsidian via its REST API, enabling AI-powered knowledge management with the Model Context Protocol.
Loading more......
An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
An open standard and protocol for building MCP servers that connect AI assistants with various data sources. MCP servers enable secure, two-way connections between data repositories and AI-powered tools, forming the backbone for context-aware AI integrations. The protocol includes specifications, SDKs, and pre-built servers for popular platforms.
A MCP server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.
An MCP server enabling LLMs to interact with the Solana blockchain, supporting 40+ protocol actions. This server exemplifies advanced MCP server capabilities for blockchain integration.
A Model Context Protocol server for AI agents to interact with Twitter, supporting tweet operations and user interactions. Demonstrates MCP server utility for social media integration.
A Model Context Protocol (MCP) server for AI-powered customer support, integrating with Cursor AI and Glama.ai, showcasing MCP server applications in customer service.
Source: GitHub - MarkusPfundstein/mcp-obsidian
mcp-obsidian is an MCP (Model Context Protocol) server that enables integration with Obsidian via its REST API community plugin. It is designed to facilitate AI-powered knowledge management and automation by providing programmatic access to Obsidian vaults.
list_files_in_vault: Lists all files and directories in the root directory of the Obsidian vault.list_files_in_dir: Lists all files and directories in a specified directory within the vault.get_file_contents: Retrieves the content of a specified file.patch_content: Inserts content into an existing note relative to a heading, block reference, or frontmatter field.append_content: Appends content to a new or existing file.search: Searches for documents matching a specified text query across all files in the vault..env files..env file.mcp, obsidian, knowledge-base, ai-integration
Documentation & Learning Resources