Token导航 LogoToken导航TokenDH.com
dir MCP logo
AI代理stdio官方级别未说明来源级核验

dir MCP

MCP Server

一个基于Python和Rust的目录管理服务,通过调用Rust二进制文件快速处理文件操作并返回结果到LLM。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
Python文件管理模型集成

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

JustAnotherSoloDev

提供方

JustAnotherSoloDev

最后核验

2026/5/17 20:19

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python -m venv .venv

详细介绍

目录mcp

这是一个使用FastMCP用python编写的MC服务器。它使用rust二进制文件来执行文件操作。

二进制文件可以通过以下方式下载 链接 当mcp服务器收到任何命令时,它会调用rust二进制文件快速进行处理,并将结果返回给LLM。

如何奔跑。

  1. 设置新环境(可选)
    python -m venv .venv
    .venv\Scripts\activate.bat 
  1. 安装依赖项
   pip install requirements.txt
  1. 运行服务器

蟒蛇

   python main.py

如何连接到lm工作室。

编辑mcp-json并添加本地mcp服务器url

{
  "mcpServers": {
    "summary": {
      "url": "http://127.0.0.1:8000/mcp "
    }
  }
}

这将在集成中添加摘要插件,您将在yur llm中获得可用的工具。

提示

计算目录的大小

calculate size of D:\Python\dir-summary and show me the details of the files and folders in the directory.
get the largest file in D:\Python\dir-summary.
Get a  breakdown of all the files types and their sizes for the directory D:\github\dir-summary and display the summarized data in a table. If a file type occurs multiple time make sure you sum the size and show them as a single record instead of showing two records.

output

目录标签

目录标签

Python文件管理模型集成本地部署目录分析LLM集成快速处理

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP