🧠 Smart Workspace Manager
@Harshil7875
关于 🧠 Smart Workspace Manager
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Smart-Workspace-Manager-MCP-Server": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Smart Workspace Manager?
Smart Workspace Manager is a secure, local-first Model Context Protocol (MCP) server that exposes your files, notes, and projects to AI assistants like Claude Desktop, Cursor IDE, and custom LLM workflows. Built for macOS (Silicon) developers, it bridges your private filesystem with Large Language Models.
How to use Smart Workspace Manager?
Clone the repository, create a Python virtual environment, install dependencies, configure a .env file with WORKSPACE_PATH and other options, then run python server.py. You can also launch it automatically via your MCP client’s configuration (e.g., Claude Desktop).
Key features of Smart Workspace Manager
- Resource discovery: files, folders, notes as structured MCP Resources.
- Smart search by name, path, or keywords.
- Document summarization for notes, articles, or plans.
- File creation, rename, move, and optional deletion.
- Configurable file types, size limits, and destructive tool control.
- Local-first privacy: data never leaves your machine.
Use cases of Smart Workspace Manager
- Search and retrieve work documents from an AI assistant.
- Summarize meeting notes or project plans using an LLM.
- Create and organize files within a designated workspace directory.
- Read and analyze project files without switching applications.
FAQ from Smart Workspace Manager
What are the prerequisites for Smart Workspace Manager?
macOS (Silicon/ARM64), Python 3.10+, and an MCP‑compatible client (e.g., Claude Desktop).
How do I configure the workspace path?
Create a .env file in the project root and set WORKSPACE_PATH, ALLOWED_FILE_TYPES, MAX_FILE_SIZE_MB, and ENABLE_DESTRUCTIVE_TOOLS.
What file types are supported?
The default allowed file types are .txt, .md, and .pdf, configurable via the .env file.
Is Smart Workspace Manager secure?
Yes. By default it runs in read‑only mode; destructive tools (delete, move) are gated behind a secure configuration flag (ENABLE_DESTRUCTIVE_TOOLS).
Can I use Smart Workspace Manager with any MCP client?
Yes, it connects to any MCP‑enabled client without custom integration, using standard I/O transport.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论