@coretext-ai/coretext-772e704b-61f9-4e7b-b829-680eb365d1a8
v1.0.1
Published
Coretext Discord Server
Downloads
6
Keywords
Readme
coretext-discord-server
Coretext Discord Server
Installation
npm install @coretext-ai/coretext-772e704b-61f9-4e7b-b829-680eb365d1a8Configuration
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-discord-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-772e704b-61f9-4e7b-b829-680eb365d1a8"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
discord Service
- get_user: Get user by ID
- create_webhook: Create a webhook
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
