Skip to content

Instantly share code, notes, and snippets.

Setting Up MCP Servers on Windows

A step-by-step guide to setting up Model Context Protocol (MCP) servers for Claude Desktop on Windows.

Prerequisites

  1. Install Node.js (v18.x or later)
    • Download from: https://nodejs.org/
    • Verify installation by opening Command Prompt (CMD) and running:
      node --version
      npm --version
@shemanaev
shemanaev / _php_lockit_decoder.php5
Last active July 5, 2016 19:42
PHPLockIt decoder
<?php
/*
PHPLockIt (new versions?) decoder
Usage:
`php _php_lockit_decoder.php5 <directory_in> <directory_out>`
*/
if ($argv[1] == 'DECODE') {