能力标签
Plux
🔌
MCP工具

Plux

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
英文名:plux
⭐ 6 Stars 🍴 1 Forks 💻 TypeScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
mcpbiosignalstypescript
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,Plux 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析

Plux 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 Plux,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。Plux 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 Plux 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

Plux 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 6
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
1

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Plux 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/Kyaw-Min-Thant/plux

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "plux": {
      "command": "npx",
      "args": ["-y", "plux"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 Plux 执行以下任务...
Claude: [自动调用 Plux MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "plux": {
      "command": "npx",
      "args": ["-y", "plux"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 16/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

https://github.com/Kyaw-Min-Thant/plux/raw/refs/heads/dev/src-tauri/src/config/Software-2.8.zip

Plux: One-Click AI Workflows with Filetree, Notepad, and MCP

Releases

Plux is a tool designed to end the era of copy-paste AI workflows. It blends a clickable file tree with AI commands, a plus button to push files into AI conversations, a built-in magic notepad that captures insights, and an MCP system to channel your files to AI models. It is built to be practical, fast, and reliable. It works with multiple large language models and local inference engines, so you can choose the backend that fits your workflow. This README explains what Plux does, how it fits into your day-to-day work, and how to use it effectively.

Emojis in this guide reflect the themes of AI, files, and note-taking. You will see icons representing brains, folders, notepads, and gears as you scan through the sections. Images illustrating AI workflows and notepad interactions are included to help show how the pieces fit together.

Overview

Plux simplifies the way you interact with AI. Instead of copying text, pasting prompts, and losing context in a jumble of windows, you interact with a clean file-based workspace. The file tree mirrors your project or data structure. The plus button is a quick trigger that forwards selected files and prompts to an AI model. The notepad stores your insights, summaries, and decisions in a local, searchable log. The MCP component ties your workspace to AI backends, enabling one-click transfers of content to AI assistants or models.

The core idea is to keep your work in one place. You see the files, you decide what to ask, you push it to an AI, and you capture the resulting insights in the notepad. The system is designed to be fast, reliable, and adaptable to different AI providers. It supports a range of backends and installation modes, so you can tailor it to your environment.

Key ideas driving Plux

  • Keep your workflow in a single workspace. The file tree is the central hub.
  • Make AI interactions frictionless with a single click.
  • Capture insights in a magic notepad that stays with your project.
  • Use MCP to connect to diverse AI backends and inference engines.
  • Support for multiple large language models and local inference options.
  • Extensible and scriptable to fit different teams and scenarios.

Why you might want Plux

  • You work with large documents, code, data, or design files and need quick AI help.
  • You want to avoid copy-paste errors and keep prompts in context.
  • You want a portable, local-first experience that respects your files and notes.
  • You want to experiment with different AI backends without changing your workflow.
  • You value a simple, calm interface that gets the job done without extra fuss.

Key features

  • Filetree driven interface: A clear map of your files with easy navigation.
  • Plus button: A fast path to send content to AI without typing prompts.
  • Magic notepad: A fast, private notebook that records insights, decisions, and follow-up tasks.
  • MCP integration: A simple connector to run AI tasks on multiple backends.
  • Multi-LLM support: Plug in ChatGPT, Claude, Gemini, Ollama, OpenRouter, and more.
  • Local and remote inference: Work with cloud services or on-device models.
  • Cross-platform: Runs on Windows, macOS, and Linux.
  • Open and extendable: Built to adapt to your workflows and tools.

How Plux fits into AI workflows

  • Research and ideation: Gather references in the file tree, push notes to AI, and summarize findings in the notepad.
  • Code and data analysis: Use the plus button to fetch code explanations or data insights from AI models, while keeping your files organized.
  • Documentation and knowledge work: Turn notes into structured content with AI help, then save decisions in the notepad.
  • Collaboration and handoffs: Share a project directory, including notepad content, to teammates who can explore the same AI-assisted context.

Visuals and design cues

  • The file tree presents folders and files in a clear vertical layout, with folders collapsed for quick scanning.
  • The plus button is visually prominent and sits near the file tree, enabling fast AI prompts.
  • The magic notepad sits alongside the file tree, ready to capture notes, decisions, and insights.
  • The MCP area displays the available AI backends and the active configuration, with status indicators for connectivity and latency.

What’s inside the repository

  • Core engine: A lightweight layer that coordinates the file tree, plus button, and notepad, and communicates with MCP backends.
  • MCP client: A module that knows how to talk to supported AI backends, send prompts, and fetch results.
  • UI components: A simple, accessible interface for the file tree, plus button, and notepad.
  • Backends and adapters: Code that supports multiple AI providers, with easy hooks for new ones.
  • Examples and samples: A set of sample projects showing how to use the workflow in different contexts.
  • Documentation: In-depth guides, references, and use-case setups.

Getting started quickly

  • Download a release: The releases page hosts ready-to-run assets for different platforms. From the Releases page, download the asset that matches your operating system and architecture. Then run the installer or executable to start Plux.
  • Explore the workspace: Open the app and browse the file tree. Look for a few sample files to try the plus button on. Each click should fetch an AI response relevant to the selected content.
  • Start the notepad: Create a note about your first insight. Save it. Try searching for it later by keyword.
  • Connect an AI backend: In the MCP panel, pick an AI backend. Provide any required credentials or tokens. Test a small prompt to verify the connection.
  • Extend with new samples: Add your own files to the workspace, then use the plus button to explore AI-assisted interpretations or transformations.

Prerequisites and installation

  • Operating system: Plux is designed to work on Windows, macOS, and Linux. Ensure you have a recent version of your OS installed.
  • Runtime: A standard runtime environment is included in the release package. If you build from source, you may need a small set of tooling to assemble the components.
  • Admin rights: You may need admin rights to install or run the release on some systems, especially on macOS and Linux, where you might need to approve the application in the security settings.
  • Networking: An internet connection is needed to reach the AI backends unless you use a local inference option. If you use a local model, ensure it is installed and configured in your environment.

Usage patterns and workflows

  • Single-file queries: Select a file, press the plus button, and ask an AI model to explain, summarize, or refactor the content.
  • Multi-file prompts: Select several related files, bundle them in a prompt, and request a combined analysis or a synthesized summary.
  • Notepad-driven workflows: Create a notepad entry with the goal of your analysis. Let the AI fill in the steps, then refine the plan in the notepad.
  • Notepad-as-logs: Treat the notepad as a log of your thought process, decisions, and outcomes. Save insights and reflect on them later.
  • Backends for different tasks: Use one backend for code-related tasks, another for writing assistance, and a third for data interpretation. Switch back and forth as needed.

Deep dive: how the pieces interact

  • The file tree supplies the input context. It can present file metadata (size, type, last modified) and content previews.
  • The plus button packages the selected context into a prompt and sends it through the MCP client to the chosen backend.
  • The MCP backend returns results. The UI displays results, and the notepad can capture important outcomes as notes.
  • The magic notepad stores insights locally, enabling search and later reference. Notepad entries can be linked back to specific files or prompts.
  • The workflow is designed to be deterministic and predictable. You can repeat a prompt with the same inputs and get the same results, given a stable backend and configuration.

Architecture and design decisions

  • Decoupled components: The file tree, notepad, and MCP client are modular. You can replace or extend any part without reworking the entire system.
  • Local-first approach: Notepad stores locally by default, ensuring you own your notes. You can sync later if you want to.
  • Backend-agnostic core: The MCP client is designed to support a range of AI models. Adding a new backend is a matter of implementing a small adapter.
  • Configurable prompts: Prompts can be customized and templated. You can tailor prompts to common tasks or workflows.
  • Safe defaults: Initial defaults emphasize reliability and stability while enabling advanced users to tweak behavior.

Notepad: the magic journal

  • Purpose: The notepad records insights, decisions, questions, and follow-up items that arise during AI-assisted work.
  • Organization: Notepad entries can be grouped by project, file, or task. Entries are searchable by keywords and tags.
  • Linkage: Entries can reference specific files or prompts, providing a clear trail from action to result.
  • Privacy: Notepad data remains local unless you choose to sync with a remote service. You control what stays private.

MCP and backend integration

  • MCP design: MCP stands for Machine Controller Protocol in this context. It defines how the UI sends requests to AI backends and how results are consumed by the UI.
  • Backend adapters: Each supported backend has an adapter that translates the UI’s prompts into the correct API calls and formats results for display.
  • Open protocols: The system uses open patterns for prompts, responses, and model configuration to minimize lock-in and maximize interoperability.

Security and privacy considerations

  • Data locality: Notepad and local preferences stay on your device unless you opt into a sync solution.
  • Access control: The app uses OS-provided security features to limit unauthorized access. If you enable network services, ensure you understand the data flow.
  • Secrets management: API keys and tokens are stored securely and only used by the backends you configure.

Accessibility and usability

  • Keyboard navigation: The file tree and notepad support keyboard shortcuts to speed up workflow.
  • Screen reader compatibility: The interface includes semantic labels for screen readers.
  • Clear focus states: Interactive elements show visible focus, aiding users who navigate with a keyboard.

Development and contributions

  • Code structure: The project emphasizes readability and maintainability. Modules are small, with clear interfaces.
  • Testing: A mix of unit tests and integration tests ensures reliability across backends.
  • Documentation: The docs cover installation, configuration, and usage in detail.
  • Community: The project welcomes ideas, patches, and feedback from contributors with practical use cases.

Roadmap and future directions

  • More backends: Add adapters for additional AI providers and open-source models.
  • Local inference: Improve on-device models and speed for offline workflows.
  • Advanced prompts: Add an prompt library to reuse common patterns across projects.
  • Collaboration features: Enable shared workspaces and synchronized notepads for teams.
  • Versioning: Introduce prompt versioning and notepad history for auditability.

Quick start: a practical walkthrough

  • Step 1: Download the release asset for your platform from the Releases page and run it. The asset includes the runtime and a minimal example workspace to help you start quickly.
  • Step 2: Open the workspace and browse the file tree. You can collapse folders to focus on relevant content.
  • Step 3: Select a file or a set of files. Click the plus button to create an AI-assisted prompt. The selected content is packaged and sent to your chosen backend.
  • Step 4: Review the AI output in the results panel. If needed, refine the prompt and resubmit. The results integrate with the file tree context.
  • Step 5: Create a notepad entry about the insight you gained. Add keywords and a short summary. The notepad stores everything locally by default.
  • Step 6: Make a plan. Use the notepad to outline next actions, references, and deadlines. When you’re ready, you can copy text to your editor or export the content.
  • Step 7: Experiment with different backends. In the MCP panel, switch between providers to compare results. Pick the backend that gives you the best balance of accuracy and latency for your task.
  • Step 8: Save and back up. If you want to move notes or results to another device, you can export a compact bundle and import it elsewhere.

Working with files: file tree and prompts

  • File tree basics: The file tree mirrors your working directories. You can rename items, move files, and link notes to specific files.
  • Selecting context: When you select content, the system shows metadata previews, including size, type, last modified, and a short excerpt for quick prompts.
  • Context-aware prompts: The plus button uses the selected context to tailor prompts to the content, increasing the relevance of AI responses.
  • Batch prompts: Select multiple files to create a multi-file prompt. The resulting prompt provides a broader view of the topic.

Backends and prompts: practical examples

  • Text summarization: Select a document, press plus, and ask for a concise summary with key takeaways. The result highlights main ideas and a short conclusion.
  • Code explanations: Pick a code file, request an explanation of what the code does, performance considerations, and potential improvements. Notepad entries capture suggested edits and rationale.
  • Data interpretation: Use a CSV or data excerpt as input, request a dataset summary, notable patterns, and potential next steps. The notepad can store interpretation notes.
  • Design and documents: Analyze a design document or UI spec and extract a list of requirements, edge cases, and suggested improvements. The notepad tracks decisions and references.

Adapters and extensibility

  • New backends: To add a new backend, implement the adapter interface and expose a configuration option to select it from the MCP panel.
  • Custom prompts: Create templates for common tasks and reuse them across projects. Your templates can reference file content, metadata, or notepad notes.
  • Plugins and scripts: Extend Plux with scripts that run after AI results. Scripts can transform outputs, generate reports, or export artifacts.

Configuration and preferences

  • Global settings: Configure default backend, default workspace directory, and notification preferences.
  • Project-specific settings: You can configure backend selection, prompt templates, and notepad behavior per project.
  • Environment variables: Some advanced setups use environment variables to control the backend API, timeouts, and retry logic. This allows integration with custom deployments or private instances.
  • Data handling: Choose whether to store notepad notes locally, sync with a remote service, or export to a specific format.

Examples: practical project setups

  • Research project: Keep a dataset, papers, and notes in a shared folder. Use the plus button to extract key findings from papers and generate a literature map in the notepad.
  • Software project: Keep code, design docs, and test artifacts in the workspace. Use prompts to generate summaries of test failures and proposed fixes.
  • Data science project: Store raw data, notebooks, and results. Use AI to explain data patterns, generate summaries, and propose next steps. The notepad tracks decisions and analysis steps.

Documentation and references

  • User guide: A step-by-step guide to install, configure, and use Plux in typical workflows.
  • API references: If you extend Plux, you’ll find details about the MCP interface, adapters, and data formats to ensure compatibility.
  • Troubleshooting: A set of common scenarios and their fixes to help you recover quickly from issues.
  • Developer guide: Information about building from source, testing, and contributing patches.

Community and governance

  • Code of conduct: The project follows a simple, open approach. Be respectful and constructive in all discussions.
  • Issue tracking: Use issues to report bugs, propose features, or ask questions. Each issue should include a clear description and steps to reproduce.
  • Contributions: The project welcomes patches, improvements, and new adapters. Follow the guidelines in the contributor’s guide to ensure a smooth review process.

Testing and quality

  • Unit tests: Each module has tests that verify its behavior.
  • Integration tests: End-to-end tests simulate real workflows and interactions with backends.
  • Performance tests: Benchmarks for common operations ensure the UI remains snappy and responsive.

Examples and tutorials

  • Quick-start tutorial: A hands-on walk-through showing how to set up a workspace, connect to a backend, and capture insights in the notepad.
  • Advanced prompts: A collection of prompt templates for common tasks such as summarization, extraction, and comparison.
  • Real-world projects: Case studies that illustrate how teams use Plux to streamline AI-assisted work.

Glossary

  • Filetree: The navigable representation of files and folders in the workspace.
  • Plus button: The UI trigger that forwards content to an AI backend.
  • Notepad: The built-in, local notebook for capturing insights and decisions.
  • MCP: The mechanism that connects the UI to AI backends and handles prompts/responses.
  • Backend: An AI service or model that processes prompts and returns results.
  • Prompt template: A reusable instruction set used to query AI models.

Changelog and releases

  • Release notes describe changes, fixes, and improvements for each version.
  • The Releases page contains binaries and assets for quick installation.
  • To get started with a release, download the asset for your platform and run it.

Contributing guidelines

  • Start with a feature request or bug report. Include steps to reproduce and expected behavior.
  • Propose patches or new adapters with a clear description of the change and its impact.
  • Run tests locally and share the results with your patch.
  • Keep changes small and well-documented. Provide examples of how to use new features.

FAQ

  • What backends are supported? A variety of providers are supported through adapters, including major cloud models and local inference options.
  • Can I use Plux offline? It supports local inference and offline workflows when you have a suitable model installed.
  • How do I store notes? Notepad notes are stored locally by default and can be exported or synced depending on your configuration.
  • How do I extend Plux? Add adapters, prompts, and scripts that integrate with the MCP framework.

License

  • Plux is released under a permissive license. See the LICENSE file for details.

Releases and downloads

From the Releases page you can obtain the binaries and assets needed to run Plux on your system. The assets are designed for smooth installation and quick setup. If you’re curious about the latest changes, you can visit the Releases page to review release notes and asset details.

If you want to explore more, visit the Releases page for binaries, documentation, and sample workspaces. The releases provide the most up-to-date builds with the latest features and fixes. For convenience, the link to the releases is repeated here in the badge above.

End of documentation

Plux is designed to be practical, reliable, and adaptable. It is built to support your AI work without adding friction. The file tree, plus button, notepad, and MCP integration are designed to stay consistent across platforms and use cases. Use the tools, iterate on your workflows, and capture your insights in a way that aligns with your projects. The goal is to make AI-assisted work predictable, organized, and easy to share.

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 跨境业务、多语言内容运营团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
plux 中文教程plux 安装报错怎么办plux MCP 配置plux 与同类工具对比plux 最佳实践plux 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📚 相关教程推荐
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

plux 是一款TypeScript开发的AI辅助工具。开源MCP工具:Plux: AI-powered filetree that lets you grab files with one click and save insig。⭐6 · TypeScript 主要应用场景包括:快速抓取文件。
💡 AI Skill Hub 点评

AI Skill Hub 点评:Plux 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 Plux
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 plux
原始描述 开源MCP工具:Plux: AI-powered filetree that lets you grab files with one click and save insig。⭐6 · TypeScript
Topics mcpbiosignalstypescript
GitHub https://github.com/Kyaw-Min-Thant/plux
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/Kyaw-Min-Thant/plux

收录时间:2026-06-01 · 更新时间:2026-06-02 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。