@rickardhf/github-security-mcp-server
npm/@rickardhf/github-security-mcp-serverThis 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
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@rickardhf/github-security-mcp-server": {
"url": "None",
"transport": "http"
}
}
}