@coretext-ai/coretext-e694d494-b83f-4e47-8e32-4675a71c513e
v1.0.1
Published
Coretext Slack Server
Downloads
8
Keywords
Readme
coretext-slack-server
Coretext Slack Server
Installation
npm install @coretext-ai/coretext-e694d494-b83f-4e47-8e32-4675a71c513eConfiguration
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-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-e694d494-b83f-4e47-8e32-4675a71c513e"],
"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
