MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /AppSec scan

AppSec scan

Scan the repo, triage findings, and file fixes: Semgrep, SonarQube, GitHub, and Linear.

Ads

Servers in this stack

  1. 1S

    semgrep/mcp

    This repository has been deprecated, and further updates to the Semgrep MCP server will be made via the official semgrep binary. A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities. Secure your vibe coding! 😅 Model Context Protocol (MCP) is a standardized API for LLMs, Agents, and IDEs like Cursor, VS Code, Windsurf, or anything that supports MCP, to get specialized help, get context, and harness the power of tools. Semgrep is a fast, deterministic static analysis tool that semantically understands many languages and comes with over 5,000 rules. 🛠️

    Cryptography5 tools

    0
  2. 2S

    SonarQube

    The SonarQube MCP Server is a Model Context Protocol (MCP) server that enables seamless integration with SonarQube Server or Cloud for code quality and security. It also supports the analysis of code snippet directly within the agent context. > 🔒 Important: Your SonarQube token is a sensitive credential. Follow these security practices: When using CLI commands: - Avoid hardcoding tokens in command-line arguments – they get saved in shell history - Use environment variables – set tokens in environment variables before running commands

    Code Execution5 tools

    634
  3. 3G

    github/github-mcp-server

    The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions. - Repository Management: Browse and query code, search files, analyze commits, and understand project structure across any repository you have access to. - Issue & PR Automation: Create, update, and manage issues and pull requests. Let AI help triage bugs, review code changes, and maintain project boards. - CI/CD & Workflow Intelligence: Monitor GitHub Actions workflow runs, analyze build failures, manage releases, and get insights into your development pipeline. - Code Analysis: Examine security findings, review Dependabot alerts, understand code patterns, and get comprehensive insights into your codebase. - Team Collaboration: Access discussions, manage notifications, analyze team activity, and streamline processes fo

    Version Control5 tools

    0
  4. 4

    Linear MCP Server

    Search issues, update statuses, and sync project work from Linear.

    Workplace & Productivity2 tools

    740

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "semgrep-mcp"
      ]
    },
    "sonarqube-mcp-server": {
      "command": "docker",
      "args": [
        "inspect"
      ]
    },
    "github-mcp-server": {
      "command": "docker",
      "args": [
        "logout",
        "ghcr.io"
      ]
    },
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "linear-mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "<api-key>"
      }
    }
  }
}