git404hub

what is shared_url_mcp fr?

abdoknbgit/shared_url_mcp — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · developerComplexity · 2/5Setup · moderate

tl;dr

A server that saves shared ChatGPT, Claude, Gemini, or DeepSeek conversation links as Markdown files. It works around each platform's quirks so your AI coding assistant can read these links.

vibe map

mindmap
  root((repo))
    What it does
      Saves shared chats as Markdown
      Works around bot protection
      Gives agent a summary
    Tech stack
      TypeScript
      MCP protocol
      Chrome or Edge
    Use cases
      Fetch and save shared links
      Check if a link is reachable
      Read full chat in your agent
    Audience
      AI coding assistant users
      Developers using Cursor
      People sharing AI chats
    Setup
      Clone and run one command
      Auto-registers with agents
      Downloads browser if needed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Save a shared ChatGPT or Claude conversation link as a readable Markdown file for your AI assistant to read.

VIBE 2

Check whether a shared conversation link is still reachable and identify which platform it belongs to.

VIBE 3

Let your coding agent fetch and summarize a shared AI chat so it can reference specific parts by line number.

VIBE 4

Archive shared conversations from DeepSeek or Gemini into structured Markdown and JSON files.

what's the stack?

TypeScriptMCPChromeEdge

how it stacks up fr

abdoknbgit/shared_url_mcp0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardeasy
Complexity2/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires cloning the repo and running a single setup command, may download a standalone browser on first use for certain links.

No license information was provided in the explanation, so usage rights are unknown.

in plain english

This is a small server that does one specific job: it takes a link to a shared conversation from ChatGPT, Claude, Gemini, or DeepSeek and saves the full conversation as a Markdown file. The reason it exists is that standard web fetching tools tend to fail on these links. Each platform has its own obstacle, such as bot protection pages, empty response bodies, or HTML so large and convoluted that the actual conversation text is buried inside it. This tool works around each platform's specific quirk to get the actual conversation content. Installing it involves cloning the repository, entering the folder, and running a single setup command. That command installs what it needs, builds the project, and registers itself with whatever agent programs you already have installed, such as Claude Code, Cursor, or Codex. If a particular agent is not on your computer, it skips it. You then restart your agent program so it notices the new server. For certain links, the tool needs a web browser. It will use your existing Chrome or Edge if available, or it will download a standalone browser on its own the first time it needs one. The server exposes two tools to your agent. The first one fetches the shared link, saves the entire conversation to a file, and gives the agent a short summary of what is in it, including the title, message count, and an outline showing where each message sits by line number. This way the agent can decide whether it needs to read a specific part or the whole file, rather than being forced to process a massive block of text all at once. The second tool does a quick, read-only check on a link to tell you which provider it belongs to, where it redirects, and whether it is still reachable. Output goes into a folder structure with one Markdown file containing the full transcript and a JSON file containing structured metadata. The Markdown file organizes each message as its own section, keeps reasoning inside collapsed blocks, and puts code into standard code blocks.

prompts (copy fr)

prompt 1
Fetch this shared conversation link and save it as a Markdown file using the shared_url_mcp server, then summarize what the conversation is about.
prompt 2
Use the link-check tool to tell me which platform this shared URL belongs to and whether it redirects or is still reachable.
prompt 3
I have a shared Claude conversation link. Fetch it with shared_url_mcp and give me the title, message count, and outline so I know which sections to read.
prompt 4
Fetch this shared ChatGPT link and save the full transcript, then read only the section around line 45 where the code example is discussed.

Frequently asked questions

what is shared_url_mcp fr?

A server that saves shared ChatGPT, Claude, Gemini, or DeepSeek conversation links as Markdown files. It works around each platform's quirks so your AI coding assistant can read these links.

What language is shared_url_mcp written in?

Mainly TypeScript. The stack also includes TypeScript, MCP, Chrome.

What license does shared_url_mcp use?

No license information was provided in the explanation, so usage rights are unknown.

How hard is shared_url_mcp to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is shared_url_mcp for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.