zed-slack-mcp

by semioz

339 downloads
Not rated
GitHub

About

This is a Zed extension that integrates Slack's Model Context Protocol (MCP) server into the Zed editor. It is intended for Zed users who want to interact with Slack data (e.g., search messages, list channels) directly from the editor using MCP tools.

Details

Author
semioz
Downloads
339
Categories
Communication

- Seamlessly runs Slack’s MCP server inside Zed
- Requires only three configuration fields (bot token, team ID, channel IDs)
- Lightweight extension – no additional CLI or manual server startup

Setup

Install zed-slack-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/semioz/zed-slack-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

# zed-slack-mcp Zed extension for Slack's MCP server. # In your Zed settings: ```json { "context_servers": { "mcp-server-slack": { "settings": { "slack_bot_token": "SLACK_BOT_TOKEN", "slack_team_id": "SLACK_TEAM_ID", "slack_channel_ids": "SLACK_CHANNEL_IDS" } } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.