Skip to content
Back to search
30
MCP

@rickardhf/github-security-mcp-server

npm/@rickardhf/github-security-mcp-server

This repository contains a Model Context Protocol (MCP) server implementation that provides tools for interacting with GitHub. The server is built using TypeScript and the MCP SDK, allowing it to be integrated with MCP clients like GitHub Copilot in Visua

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

github-mcp-server
A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories,
0 tools
github-mcp-server
A model context protocol server for GitHub API
0 tools
github-project-mcp
A Model Context Protocol server for managing GitHub projects and issues via GraphQL
0 tools
github-mcp-connector
A Model Context Protocol (MCP) connector for GitHub, for use with Claude.
0 tools
mcp-git-ingest
A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
0 tools
github-trending-mcp
A Model Context Protocol (MCP) server that provides GitHub trending repositories (supports both stdio and SSE transports)
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@rickardhf/github-security-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}