mcp-workspace

detailswes/mcp-workspace
★ 0 stars TypeScript API Integration Updated today
This project implements a Model Context Protocol (MCP) server that gives Cursor's AI direct, secure access to both Slack and GitHub. Instead of switching tabs, you describe what you want in plain English and the AI executes it - without ever leaving your editor.
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": {
      "command": "npx",
      "args": [
        "-y",
        "detailswes/mcp-workspace"
      ]
    }
  }
}