@coretext-ai/coretext-ai-8fc25f3b-8fce-4c8b-b7fe-5d5c3b03d9ff
v1.0.1
Published
Coretext Devops Server
Downloads
6
Keywords
Readme
coretext-devops-server
Coretext Devops Server
Installation
npm install @coretext-ai/coretext-ai-8fc25f3b-8fce-4c8b-b7fe-5d5c3b03d9ffConfiguration
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-devops-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-ai-8fc25f3b-8fce-4c8b-b7fe-5d5c3b03d9ff"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
github Service
- list_issues: List repository issues
- create_issue: Create a new issue
- create_branch: Create a new branch
- delete_branch: Delete a branch
- list_branches: List repository branches
- get_repository: Get repository information
- create_repository: Create a new repository for the authenticated user
- delete_repository: Delete a repository (requires admin access)
- list_repositories: List repositories for the authenticated user
- update_repository: Update repository settings and metadata
slack Service
- list_users: List users in the workspace
- upload_file: Upload a file to Slack
- search_messages: Search for messages in the workspace
jira Service
- get_issue: Retrieve detailed information about a specific issue
- add_comment: Add a comment to an issue
- create_issue: Create a new issue in Jira with specified fields and project
- update_issue: Update an existing issue with new field values
- search_issues: Search for issues using JQL (Jira Query Language)
- transition_issue: Transition an issue to a different status
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
