mcp-workspace-server

sivanlm-commits/mcp-workspace-server
★ 0 stars Python AI/LLM Updated today
A Python MCP server providing AI agents with safe, structured access to local workspace files and search tools.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-workspace-server": {
      "command": "uvx",
      "args": [
        "mcp-workspace-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-workspace-server