Skip to content

Instantly share code, notes, and snippets.

View grglzrv's full-sized avatar
:octocat:
The quieter you become, the more you are able to hear

Georgi Lazarov grglzrv

:octocat:
The quieter you become, the more you are able to hear
View GitHub Profile
# Universal Guide to Building Model Context Protocol (MCP) Servers
This guide provides comprehensive instructions for building and connecting Model Context Protocol (MCP) servers to integrate any external API or service with large language models like Claude.
## What is an MCP?
The Model Context Protocol (MCP) is a standardized way for large language models (LLMs) like Claude to communicate with external tools and services. MCPs enable LLMs to:
- Access real-time data from APIs
- Control external services and systems
@grglzrv
grglzrv / jenkinsfile
Created April 30, 2022 09:39 — forked from mbaitelman/jenkinsfile
Jenkinsfile-Terraform-Deployments
pipeline {
agent {
docker {
image 'hashicorp/terraform:0.12.29'
args '--entrypoint=""'
}
}
parameters {
choice choices: ['us-west-2', 'us-east-2'], description: '', name: 'region'
choice choices: ['Plan', 'Apply', 'Destroy'], description: '', name: 'action'
@grglzrv
grglzrv / Jenkinsfile
Created April 30, 2022 09:26 — forked from gazoakley/Jenkinsfile
Jenkinsfile for running Terraform
pipeline {
agent any
parameters {
string(name: 'environment', defaultValue: 'default', description: 'Workspace/environment file to use for deployment')
string(name: 'version', defaultValue: '', description: 'Version variable to pass to Terraform')
booleanParam(name: 'autoApprove', defaultValue: false, description: 'Automatically run apply after generating plan?')
}
environment {
@grglzrv
grglzrv / .. MediaCreationTool.bat ..md
Created October 2, 2021 11:18 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 21H1 with business (Enterprise) edition support

Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
Preview
A powerful yet simple windows 1X deployment automation tool as well!

awesome gui dialogs to pick windows version and preset action
Auto Setup choice for upgrade directly without prompts, with edition change / intelligent fallback
Create ISO choice for authoring iso file directly via DIR2ISO snippet, including any 'oem' customizations
Create USB choice for authoring usb via native MCT, including any 'oem' customizations (prompts once)
Select in MCT choice for vanilla MCT processing without 'oem' modifications, script quits straightway
control via set script vars, commandline parameters or rename script like iso 21H2 Pro MediaCreationTool.bat

Serial Keys:
YV54A-2ZW5P-M887Y-UWXNE-QPUXD
VY3R2-0NW0L-H845Q-TDMXT-XQAT0
VC7JR-A0Z97-08EGZ-M4YNV-XVHD0
FC1TU-4RGEQ-084EP-2XQQX-ZGHWA
CU1WA-8HGEN-M815Z-HQP5E-QKADF
AY7D0-FTG44-H846Y-2XPGV-P32T8
@grglzrv
grglzrv / .bashrc
Created January 30, 2018 14:09
Parrot Os bash theme for ubuntu
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
wget https://www.exploit-db.com/download/42315 -O eternal2016.py
wget https://raw.githubusercontent.com/worawit/MS17-010/master/mysmb.py
touch __INIT__.py
apt-get update -y
apt-get upgrade -y
apt-get install wine -y
apt-get install winetricks -y
dpkg --add-architecture i386 && apt-get update && apt-get install wine32 -y
git clone https://github.com/ElevenPaths/Eternalblue-Doublepulsar-Metasploit
cd Eternalblue-Doublepulsar-Metasploit/
cp eternalblue_doublepulsar.rb /usr/share/metasploit-framework/modules/exploits/windows/smb
mkdir -p /root/.wine/drive_c/