An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers
@nithiin7
关于 An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers
An MCP (Model Context Protocol) server that gives any MCP client read access to an SMB/CIFS file share. Connection credentials are passed as environment variables and never appear in tool calls or conversation history.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"file-server": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/remote-file-server",
"file-server-mcp"
],
"env": {
"SMB_HOST": "192.168.1.100",
"SMB_SHARE": "my_share",
"SMB_USERNAME": "my_user",
"SMB_PASSWORD": "my_password"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers?
It is an MCP server that provides read access to SMB/CIFS file shares for any MCP client. Connection credentials are passed via environment variables and never appear in tool calls or conversation history.
How to use An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers?
—
Key features of An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers
- Works with any MCP client
- Provides read-only access to SMB/CIFS shares
- Credentials set via environment variables
- Credentials never exposed in tool calls or history
Use cases of An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers
—
FAQ from An Mcp Server That Gives Any Mcp Client Read Access To An Smb/cifs File Share Servers
—
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论