There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@mindstone/mcp-server-slack · npm · 0.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-slack",
"description": "Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages",
"title": "Slack",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/slack"
},
"version": "0.3.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-slack",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the host-managed Slack config directory",
"isRequired": true,
"format": "filepath",
"name": "SLACK_CONFIG_PATH"
},
{
"description": "Slack workspace team ID (one process per workspace)",
"isRequired": true,
"format": "string",
"name": "SLACK_TEAM_ID"
},
{
"description": "Slack OAuth Connected App client ID. Only required to refresh a rotating token; saved non-rotating tokens authorize the Slack API without it.",
"format": "string",
"name": "SLACK_CLIENT_ID"
},
{
"description": "Slack OAuth Connected App client secret. Only required to refresh a rotating token; saved non-rotating tokens authorize the Slack API without it.",
"format": "string",
"isSecret": true,
"name": "SLACK_CLIENT_SECRET"
},
{
"description": "Set to 1 to disable token refresh on this surface (cloud surface)",
"format": "string",
"name": "SLACK_DISABLE_REFRESH"
},
{
"description": "Override the upstream timeout (max 300000ms = 5 min)",
"format": "number",
"default": "60000",
"name": "SLACK_REQUEST_TIMEOUT_MS"
},
{
"description": "WebClient retries on transient failures (0-20). Lower this on cloud to avoid stacking long retry budgets into multi-minute hangs.",
"format": "number",
"default": "10",
"name": "SLACK_MAX_RETRIES"
},
{
"description": "Workspace directory upload_slack_file reads are constrained to (defaults to the system temp dir when unset)",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-slack",
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-06T05:48:01.613794Z",
"publishedAt": "2026-08-06T05:48:01.613794Z",
"updatedAt": "2026-08-06T05:48:01.613794Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.