★ 0 stars
Go
🧠 Memory/Knowledge
Updated today
Go MCP server (and CLI) that converts Markdown to Slack Block Kit JSON. Five tools, single binary, credential-free.
View on GitHub →
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-slack-block-kit": {
"command": "go",
"args": [
"run",
"github.com/hishamkaram/mcp-slack-block-kit@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-slack-block-kit go run github.com/hishamkaram/mcp-slack-block-kit@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-slack-block-kit": {
"command": "go",
"args": [
"run",
"github.com/hishamkaram/mcp-slack-block-kit@latest"
]
}
}
}
Topics
block-kitcligogolangllm-toolsmarkdownmarkdown-to-slackmcpmcp-servermodel-context-protocolslackslack-block-kit