Skip to content

Instantly share code, notes, and snippets.

@sidpan1
sidpan1 / README.md
Created April 8, 2025 07:23
Claude Desktop MCP Server Installer

Claude MCP Setup Script

This script automatically installs and configures MCP (Model Context Protocol) servers for Claude Desktop on macOS. It allows you to enhance Claude with various capabilities like web search, file access, Python execution, and more.

Installation

Run this one-liner in your Terminal:

curl -fsSL https://gist.githubusercontent.com/GITHUB_USERNAME/GIST_ID/raw/claude-mcp-setup.sh | bash
@sidpan1
sidpan1 / gist:1299bf2ea461584ab97b49559c29078b
Created October 2, 2024 18:58
Chat GPT - claude collab
// ==UserScript==
// @name ChatGPT and Claude Response Passer
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Automatically passes responses between ChatGPT and Claude
// @author Your Name
// @match https://chatgpt.com/c/* // Match for ChatGPT
// @match https://claude.ai/chat/* // Match for Claude
// @grant none
// ==/UserScript==
@sidpan1
sidpan1 / telemetry.json
Created January 30, 2024 05:14
Sample Telemetry from langchain
{
"id":"1098567b-60c1-44cd-9a1e-f7e2b5d59eb3",
"name":"run-basic_agent:1.0.0",
"start_time":"2024-01-29T19:47:29.508489+00:00",
"run_type":"chain",
"end_time":"2024-01-29T19:47:30.997259+00:00",
"extra":{
"metadata":{
"inference_config@user_intent_detection:1.0.0":{
"identifier":"fbd03352",
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 13:29
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 13:23
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 13:07
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 12:39
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 07:41
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;
@sidpan1
sidpan1 / contracts...BrewSmartContract.sol
Created October 22, 2021 07:33
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/proxy/Clones.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
contract BrewSmartContractTest {
BrewBank public brew_bank;