Skip to main content
Glama
458,010 tools. Updated 2026-08-14 16:40

"How to reformat Claude code to match the original Anthropic version" matching MCP tools:

  • Download the original source file of a Carbone template to inspect, edit, or back it up. Supply a Template ID for the current version or a Version ID for a specific one.
    Apache 2.0
  • Convert long URLs into compact api.agishub.com/s/<code> links that redirect to the original address. These links remain valid for one year.
    MIT
  • Send a prompt to Claude via the local CLI, enabling cross-validation of AI outputs from other backends or use when the MCP client is not Claude.
    Apache 2.0
  • Access the version-accurate Next.js documentation for your project. Returns the path to the docs shipped with your installed package, ensuring you read docs that match your exact version.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • Convert any public webpage to a PDF. Single narrow tool, not a bloated PDF toolkit.

  • Parse and reformat JSON strings. Choose indent level to pretty-print, validate, or minify JSON.
    MIT
  • Retrieve original tool result content from a flattened session backup by specifying the tool use ID and session ID from the conversation.
    MIT
  • Find entities in your knowledge graph by describing them in natural language, even if your wording doesn't match stored names. Optionally explore connected nodes.
    MIT
  • Delegate complex tasks to Claude for code generation, reasoning, and engineering. Include all context in the prompt, as Claude has no conversation memory.
    MIT
  • Retrieve Anthropic's official prompting guide to write and optimize prompts for Claude models. Use when designing system prompts or structuring XML tags.
    MIT
  • Reconstruct every version of a file edited by Claude from past transcripts, showing index, timestamp, and fidelity to track file evolution and find version indices to diff.
    MIT
  • Check the installed version of a Python package in the server's environment to ensure documentation and source code match your installation.
    BSD 3-Clause
  • Send a message to all active Claude Code sessions about important events like PR merges, prompting them to pull the latest changes.
    MIT
  • Write register entries using PUT to replace the whole set or PATCH to update only submitted entries. Match by externalId or code.
  • Fetch the full text of Hermes Handbook guide pages by slug: 'hub' for beginner guide, 'install' for installation, 'vs-claude-code' for Claude Code comparison.
    MIT
  • Refactors code by providing before/after examples and explaining why the original code needs improvement.
    MIT
  • Monitor a tmux pane running Claude Code, wait for it to finish processing, approve permission prompts automatically, and return the captured pane content when idle.
    MIT
  • Search source code with AST context to understand how matches fit within functions, classes, and code structures.
    MIT