PluginBench
MCP Server
Active

io.github.thuupx/lunge MCP Server

io.github.thuupx/lunge

What is the io.github.thuupx/lunge MCP server?

Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections

How to install io.github.thuupx/lunge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lunge": {
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lunge": {
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lunge": {
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lunge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add lunge -- npx -y lunge-mcp

Related MCP servers

A lightweight, structured, token-efficient local-first MCP memory server

4
TypeScript
View repository →