Mcp Server Github

by kogunlowo123

160 downloads
Not rated
GitHub

About

A suite of MCP servers enabling cloud, DevOps, GitHub, and database operations through standardized Model Context Protocol APIs.

Details

Author
kogunlowo123
Downloads
160
Categories
Developer Tools

- Suite of MCP servers for multiple domains
- Standardized Model Context Protocol APIs
- Enables cloud operations
- Enables DevOps operations
- Enables GitHub operations
- Enables database operations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server Github
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server github": [
            {
                "name": "mcp-server-aws",
                "description": "AWS operations for EC2, S3, Lambda, CloudWatch, IAM, and STS.",
                "command": "aws",
                "url": "https://github.com/kogunlowo123/mcp-server-aws"
            },
            {
                "name": "mcp-server-azure",
                "description": "Azure operations for VMs, Storage, Key Vault, AKS, Monitor, and Resource Groups.",
                "command": "azure",
                "url": "https://github.com/kogunlowo123/mcp-server-azure"
            },
            {
                "name": "mcp-server-terraform",
                "description": "Terraform plan, apply, validate, state, and output operations.",
                "command": "terraform",
                "url": "https://github.com/kogunlowo123/mcp-server-terraform"
            },
            {
                "name": "mcp-server-kubernetes",
                "description": "Kubernetes operations for pods, deployments, services, namespaces, and manifests.",
                "command": "kubectl",
                "url": "https://github.com/kogunlowo123/mcp-server-kubernetes"
            },
            {
                "name": "mcp-server-devops",
                "description": "DevOps tools integration for Docker, Helm, Ansible, Jenkins, and Terraform.",
                "command": "devops",
                "url": "https://github.com/kogunlowo123/mcp-server-devops"
            },
            {
                "name": "mcp-server-github",
                "description": "GitHub API access for repositories, issues, pull requests, code search, branches, and Actions workflows.",
                "command": "github",
                "url": "https://github.com/kogunlowo123/mcp-server-github"
            },
            {
                "name": "mcp-server-database",
                "description": "PostgreSQL, MySQL, and SQLite operations via MCP.",
                "command": "database",
                "url": "https://github.com/kogunlowo123/mcp-server-database"
            },
            {
                "name": "mcp-server-vector-db",
                "description": "Vector database operations for Pinecone, Weaviate, Qdrant, and ChromaDB.",
                "command": "vector-db",
                "url": "https://github.com/kogunlowo123/mcp-server-vector-db"
            }
        ]
    }
}

McpServers

[
    {
        "name": "mcp-server-aws",
        "description": "AWS operations for EC2, S3, Lambda, CloudWatch, IAM, and STS.",
        "command": "aws",
        "url": "https://github.com/kogunlowo123/mcp-server-aws"
    },
    {
        "name": "mcp-server-azure",
        "description": "Azure operations for VMs, Storage, Key Vault, AKS, Monitor, and Resource Groups.",
        "command": "azure",
        "url": "https://github.com/kogunlowo123/mcp-server-azure"
    },
    {
        "name": "mcp-server-terraform",
        "description": "Terraform plan, apply, validate, state, and output operations.",
        "command": "terraform",
        "url": "https://github.com/kogunlowo123/mcp-server-terraform"
    },
    {
        "name": "mcp-server-kubernetes",
        "description": "Kubernetes operations for pods, deployments, services, namespaces, and manifests.",
        "command": "kubectl",
        "url": "https://github.com/kogunlowo123/mcp-server-kubernetes"
    },
    {
        "name": "mcp-server-devops",
        "description": "DevOps tools integration for Docker, Helm, Ansible, Jenkins, and Terraform.",
        "command": "devops",
        "url": "https://github.com/kogunlowo123/mcp-server-devops"
    },
    {
        "name": "mcp-server-github",
        "description": "GitHub API access for repositories, issues, pull requests, code search, branches, and Actions workflows.",
        "command": "github",
        "url": "https://github.com/kogunlowo123/mcp-server-github"
    },
    {
        "name": "mcp-server-database",
        "description": "PostgreSQL, MySQL, and SQLite operations via MCP.",
        "command": "database",
        "url": "https://github.com/kogunlowo123/mcp-server-database"
    },
    {
        "name": "mcp-server-vector-db",
        "description": "Vector database operations for Pinecone, Weaviate, Qdrant, and ChromaDB.",
        "command": "vector-db",
        "url": "https://github.com/kogunlowo123/mcp-server-vector-db"
    }
]

A suite of MCP servers enabling cloud, DevOps, GitHub, and database operations through standardized Model Context Protocol APIs.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.