@coretext-ai/mitch-test-organization-1-b3de33dd-b4d6-4cbf-a47e-fd87fd6bb131
v1.0.0
Published
Devops MCP Server
Downloads
8
Keywords
Readme
devops-mcp-server
Devops MCP Server
Installation
npm install @coretext-ai/mitch-test-organization-1-b3de33dd-b4d6-4cbf-a47e-fd87fd6bb131Configuration
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": {
"devops-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/mitch-test-organization-1-b3de33dd-b4d6-4cbf-a47e-fd87fd6bb131"],
"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
datadog Service
- list_monitors: List all monitors with optional filtering
- create_monitor: Create a new monitor for alerting
- list_dashboards: List all dashboards
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
