Search for:
Why this server?
Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types, effectively linking to files within a user's Google Drive, which can be considered a local folder.
Why this server?
Allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol, which can be useful for linking to code or documentation within a repository as if it were a local folder.
Why this server?
A Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities, providing access to local files.
Why this server?
Provides tools for reading and extracting text from PDF files, supporting both local files and URLs, which can facilitate access to documentation and other information stored in local PDF files.
Why this server?
Provides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support, effectively allowing interaction with locally stored documentation as a linked resource.
Why this server?
This server provides an interface for performing basic file system operations such as navigation, reading, writing, and file analysis, allowing users to manage directories and files efficiently.
Why this server?
Obsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP). This allows access to a local folder of markdown files.
Why this server?
A secure MCP server enabling read-only access and file search capabilities within a specified directory, while respecting .gitignore patterns, effectively allowing a user to link a local directory as a resource.
Why this server?
Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while providing safeguards and limiting operations/imports that are allowed inside the runtime. While not explicitly linking, it does provide a means to use code from local files.