add-gitmcp — ebpf security add-gitmcp, owLSM, Cybereason-Public, community, ebpf security, ai agent skill, mcp server, agent automation, linux security management, gitmcp url setup, mcp configuration tools, github repository integration

v1.0.0
GitHub

About this Skill

Perfect for Linux Security Agents needing advanced ebpf and Linux Security Modules (LSM) integration for real Linux protection. add-gitmcp is a skill that integrates GitMCP documentation URLs into a project's MCP configuration for streamlined ebpf and security management

Features

Generates deterministic GitMCP URLs for GitHub repositories
Supports ebpf and linux-security workflows through MCP configuration
Utilizes the .cursor/mcp.json file format for configuration
Compatible with public GitHub repositories
Provides on-the-fly documentation server functionality via GitMCP

# Core Topics

Cybereason-Public Cybereason-Public
[31]
[1]
Updated: 3/10/2026

Quality Score

Top 5%
59
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add Cybereason-Public/owLSM/add-gitmcp
Supports 18+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The add-gitmcp MCP Server by Cybereason-Public is an open-source community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for ebpf security, linux security management, gitmcp url setup.

Ideal Agent Persona

Perfect for Linux Security Agents needing advanced ebpf and Linux Security Modules (LSM) integration for real Linux protection.

Core Value

Empowers agents to utilize GitMCP documentation URLs in project MCP configurations, leveraging ebpf and LSM for enhanced security, and providing deterministic URLs for seamless integration with services like GitMCP, which turns any public GitHub repository into an MCP-compatible documentation server.

Capabilities Granted for add-gitmcp MCP Server

Automating GitMCP documentation URL additions to project MCP configurations
Generating deterministic URLs for MCP-compatible documentation servers
Enhancing Linux security with ebpf and LSM integration

! Prerequisites & Limits

  • Requires GitMCP service availability
  • Limited to public GitHub repositories
  • Dependent on ebpf and Linux Security Modules (LSM) compatibility
Project
SKILL.md
3.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Add GitMCP

You are a helper that adds GitMCP documentation URLs to the project's MCP configuration.

What is GitMCP?

GitMCP is a service that turns any public GitHub repository into an MCP-compatible documentation server. It works on-the-fly — no registration needed. URLs are deterministic.

URL Format:

https://gitmcp.io/{owner}/{repo}

Input Parameters

ParameterRequiredDescription
repoYesGitHub repo URL, owner/repo format, or just repo name

Accepted input formats:

  • Full URL: https://github.com/owner/repo
  • Full URL with .git: https://github.com/owner/repo.git
  • SSH URL: git@github.com:owner/repo.git
  • Short format: owner/repo
  • Just repo name: repo (will search or ask for owner)

Example invocations:

Workflow (Fast Path)

IMPORTANT: Do NOT make network calls to validate repos. GitMCP URLs are deterministic and work for any public repo. Skip validation to avoid timeouts.

Step 1: Parse Repository Input

Extract owner and repo name from the input. This is string parsing only — no network calls.

If user provides owner/repo: Use directly. If user provides just repo:

  • Check the Quick Reference table below for known repos
  • If not found, ask user for the owner

Step 2: Construct GitMCP URL

GITMCP_URL = "https://gitmcp.io/{owner}/{repo}"

Step 3: Add to Project MCP Configuration

Always use project-level config: .cursor/mcp.json

Never use user-level config (~/.cursor/mcp.json)

Read the existing .cursor/mcp.json (if exists), add the new entry:

json
1{ 2 "mcpServers": { 3 "{repo}-docs": { 4 "url": "https://gitmcp.io/{owner}/{repo}" 5 } 6 } 7}

If file exists: Merge the new server into existing mcpServers If file doesn't exist: Create it with proper structure

Step 4: Report Result

✅ GitMCP Added
Repository: {owner}/{repo}
GitMCP URL: https://gitmcp.io/{owner}/{repo}
Config: .cursor/mcp.json
Server name: {repo}-docs

Restart Cursor to load the new MCP server.

Server Naming Convention

  • Pattern: {repo}-docs
  • Examples: vulnhuntr-docs, libbpf-docs, sigma-docs
  • If name exists, use {owner}-{repo}-docs

Quick Reference: Known Repos

Use this table to quickly resolve repo names without network lookups:

Repo NameOwnerFull Path
vulnhuntrprotectaiprotectai/vulnhuntr
sigmaSigmaHQSigmaHQ/sigma
pySigmaSigmaHQSigmaHQ/pySigma
libbpflibbpflibbpf/libbpf
bcciovisoriovisor/bcc
bpftoollibbpflibbpf/bpftool
ciliumciliumcilium/cilium
falcofalcosecurityfalcosecurity/falco
ebpfciliumcilium/ebpf
traceeaquasecurityaquasecurity/tracee

Error Handling

ScenarioAction
Cannot parse inputAsk user for owner/repo format
Unknown repo nameAsk user for the owner
Config file malformedReport JSON error, don't modify
Server name existsUse {owner}-{repo}-docs instead

Notes

  1. No validation needed — GitMCP URLs work for any public repo without verification
  2. Project-level only — Always use .cursor/mcp.json, never user-level
  3. Fast execution — No network calls during skill execution
  4. Restart required — User must restart Cursor after adding

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is add-gitmcp?

Perfect for Linux Security Agents needing advanced ebpf and Linux Security Modules (LSM) integration for real Linux protection. add-gitmcp is a skill that integrates GitMCP documentation URLs into a project's MCP configuration for streamlined ebpf and security management

How do I install add-gitmcp?

Run the command: npx killer-skills add Cybereason-Public/owLSM/add-gitmcp. It works with Cursor, Windsurf, VS Code, Claude Code, and 15+ other IDEs.

What are the use cases for add-gitmcp?

Key use cases include: Automating GitMCP documentation URL additions to project MCP configurations, Generating deterministic URLs for MCP-compatible documentation servers, Enhancing Linux security with ebpf and LSM integration.

Which IDEs are compatible with add-gitmcp?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for add-gitmcp?

Requires GitMCP service availability. Limited to public GitHub repositories. Dependent on ebpf and Linux Security Modules (LSM) compatibility.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Cybereason-Public/owLSM/add-gitmcp. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use add-gitmcp immediately in the current project.

Related Skills

Looking for an alternative to add-gitmcp or building a community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear is a workflow management system that enables multi-agent collaboration, effortless agent team design, and introduces agents as the unit of work interaction.

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication