@coretext-ai/coretext-fd41901d-3b6b-4f16-b0cf-31add311e736
v1.0.1
Published
Coretext Slack MCP
Keywords
Readme
coretext-slack-mcp
Coretext Slack MCP
Installation
npm install @coretext-ai/coretext-fd41901d-3b6b-4f16-b0cf-31add311e736Configuration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_TOKEN: User-defined environment variable
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"coretext-slack-mcp": {
"command": "npx",
"args": ["@coretext-ai/coretext-fd41901d-3b6b-4f16-b0cf-31add311e736"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
slack Service
- list_users: List users in the workspace
- upload_file: Upload a file to Slack
- search_messages: Search for messages in the workspace
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
Generated with Template Orchestrator
