Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Gud API MCP
G
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Gud API MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

AI agents create, run, and save API requests as Gud API collections in your project.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gud-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gud-api-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

Gud API

A lightweight, full-featured API client built into your editor. Test REST and GraphQL APIs, organize requests into collections, manage environments, and generate code snippets โ€” without switching to Postman or another external tool.

Available on OpenVSX and the VS Code Marketplace. Learn more at gudlab.org/gudapi.

Features

Request Builder

  • All HTTP methods: GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD
  • Query params editor with bidirectional URL sync and enable/disable toggles
  • Headers editor with dynamic key-value rows
  • Multiple body types: JSON, Form URL Encoded, Multipart Form Data, GraphQL, plain text
  • File uploads via multipart form-data with native file picker
  • Auth: Bearer Token, Basic Auth, API Key (header or query param)

GraphQL

  • Dedicated GraphQL editor with separate Query and Variables panes
  • Auto-sets method to POST and Content-Type to application/json
  • Variables parsed as JSON and sent alongside the query

Response Viewer

  • Status code, response time, size, and format detection (JSON/HTML/XML)
  • Pretty / Raw / Preview toggle โ€” preview renders HTML in a sandboxed iframe
  • Search โ€” find text in the response body with match count and navigation
  • Cookies tab โ€” view Set-Cookie headers from the response
  • Copy button for body or headers

Code Generation

  • Generate code from any request with one click
  • Languages: cURL, JavaScript (fetch), Python (requests), Node.js (axios)
  • Copy to clipboard

Request History

  • Every request is auto-saved to history (last 100 entries)
  • View history in the sidebar with method, URL, status, and timestamp
  • Click any entry to reload it into the request builder
  • Persists across VS Code sessions

Cookie Management

  • Cookies from responses are automatically captured and stored
  • Cookies are auto-sent on subsequent requests to matching domains
  • Cookie Manager to view, enable/disable, and delete cookies by domain
  • In-memory storage โ€” cookies reset when VS Code restarts

Collections

  • Save and organize requests into collections and folders
  • Click to load any saved request back into the builder
  • Right-click to rename, delete, or create new folders
  • Supports deeply nested folder structures

Import

  • Postman v2.x collections (including nested folders, headers, body, and collection variables)
  • Thunder Client collections
  • OpenAPI 3.x / Swagger 2.0 specs (paths become requests, tags become folders)
  • Import via sidebar button or command palette

Environments & Variables

  • {{variable}} syntax in URLs, headers, and body โ€” resolved automatically on send
  • Collection-level variables imported from Postman (e.g. {{base_url}})
  • User-defined environments with key-value editor and enable/disable toggles
  • Environment selector in the toolbar โ€” switch between environments instantly
  • Variable resolution order: environment overrides collection variables

Editor Integration

  • Activity bar icon for quick access
  • Matches your VS Code theme automatically (light, dark, high contrast)
  • Works without a workspace open (stores in VS Code global storage)
  • Keyboard shortcut: Enter to send request

Getting Started

  1. Install the extension from OpenVSX or the VS Code Marketplace
  2. Click the Gud API icon in the activity bar
  3. Enter a URL and press Send
  4. Click Save to add the request to a collection

To import an existing collection, click Import in the sidebar and select a Postman, Thunder Client, or OpenAPI JSON file.

Free vs Pro

Gud API is free to use with no limits on requests, collections, or folders.

FeatureFreePro
Unlimited requestsYesYes
Collections & foldersYesYes
Import (Postman, Thunder Client, OpenAPI)YesYes
Auth (Bearer, Basic, API Key)YesYes
GraphQL supportYesYes
Multipart form-data & file uploadYesYes
Code generation (cURL, fetch, Python, axios)YesYes
Request historyYesYes
Cookie managementYesYes
Response search & format toggleYesYes
Collection variablesYesYes
Environments1Unlimited
Team sync-Yes
Cloud collections-Yes

Pro: $4/month or $29 lifetime.

Support

Gud API is free with no limits. If it saves you time, consider supporting development:

  • Buy Me a Coffee
  • PayPal

Feedback & Issues

Report bugs or request features at github.com/gudlab/gud-api/issues.

License

Proprietary. See the LICENSE file included with this extension for details.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    ๐Ÿ’ป Developer Tools1 views
    Compare vs PraisonAI โ†’
  • Builderforce logoBuilderforce

    Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Builderforce โ†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI โ€” documentation, API, and CLI scaffolding

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Ignite UI MCP Server โ†’
  • MCP Server Taiwan Weather logoMCP Server Taiwan Weather

    ็”จๆ–ผๅ–ๅพ—่‡บ็ฃไธญๅคฎๆฐฃ่ฑก็ฝฒ API ่ณ‡ๆ–™็š„ Model Context Protocol (MCP) Server

    ๐Ÿ’ป Developer Tools0 views
    Compare vs MCP Server Taiwan Weather โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Gud API MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "gud-api-mcp": { "command": "npx", "args": ["-y", "gud-api-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGud API MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gud-api-mcp?style=directory)](https://allmcps.com/mcp/gud-api-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/gud-api-mcp"><img src="https://allmcps.com/api/badge/gud-api-mcp?style=directory" alt="Gud API MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Gud API MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code