Skip to main content
ClaudeWave

Agent-native API client for REST, GraphQL, WS, SSE and gRPC - built for MCP-capable AI agents.

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/thuupx/lunge
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "lunge": {
      "command": "node",
      "args": ["/path/to/lunge/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/thuupx/lunge and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# lunge

An **agent-native advanced API client** - execute and test REST, GraphQL, WebSocket,
SSE, and (later) gRPC requests from any MCP-capable AI agent. No GUI, no manual
clicking, no heavyweight desktop app. Think advanced curl, native for agents.

It is a lightweight, token-efficient alternative to Postman/Bruno for the era of
AI coding agents. The agent calls tools directly; there are no humans in the loop and
no bloated feature surface to pay for.

## Why this exists

| Pain with Postman/Bruno | lunge approach |
| --- | --- |
| Require human clicking in a GUI | Agent-native: everything is an MCP tool call |
| Postman is heavy, enterprise features are paywalled | Small, open, single local binary + thin MCP layer |
| Verbose responses blow up the LLM context window | Rust core summarizes/compresses output before it reaches the agent |
| Collections are locked into proprietary formats | Plain YAML/JSON files, git-friendly |
| Separate tools per protocol | One server for REST/GraphQL/WS/SSE/gRPC |

## Design pillars

1. **Agent-native** - designed for LLM tool calls, not human UIs.
2. **Token-efficient** - every response is filtered, truncated, and summarized. Full
   payloads are spilled to disk and referenced by handle so the context stays small.
3. **Fast & portable** - a Rust core (execution + protocols + summarization) exposed to
   a thin TypeScript MCP layer via [napi-rs](https://napi.rs/).
4. **Both ad-hoc and reusable** - agents can fire one-off requests *or* create, save, and
   re-run declarative collections stored as files.

## Documents

| Doc | Contents |
| --- | --- |
| [architecture.md](./architecture.md) | System design, the Rust/TS split, module layout, streaming strategy, FFI boundary |
| [features.md](./features.md) | Full feature list by protocol + cross-cutting features (auth, vars, assertions, token optimizer) |
| [mcp-tools.md](./mcp-tools.md) | The MCP tool surface: names, inputs, outputs, examples |
| [collection-format.md](./collection-format.md) | The declarative YAML/JSON test/collection format |
| [roadmap.md](./roadmap.md) | Phased delivery plan from scaffolding to gRPC and CI |

## Decisions locked in

- **Stack**: Rust core via napi-rs + TypeScript MCP layer (`@modelcontextprotocol/sdk`).
- **Distribution**: local dev tool over stdio transport (used by Cursor/Windsurf/Claude Desktop).
- **Test definition**: both ad-hoc agent calls *and* persisted declarative collections.
- **MVP protocols**: REST, GraphQL, WebSocket, SSE. gRPC is a later phase.
agentic-workflowapi-clientmcpmcp-server

Lo que la gente pregunta sobre lunge

¿Qué es thuupx/lunge?

+

thuupx/lunge es mcp servers para el ecosistema de Claude AI. Agent-native API client for REST, GraphQL, WS, SSE and gRPC - built for MCP-capable AI agents. Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala lunge?

+

Puedes instalar lunge clonando el repositorio (https://github.com/thuupx/lunge) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar thuupx/lunge?

+

thuupx/lunge aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene thuupx/lunge?

+

thuupx/lunge es mantenido por thuupx. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a lunge?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega lunge en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: thuupx/lunge
[![Featured on ClaudeWave](https://claudewave.com/api/badge/thuupx-lunge)](https://claudewave.com/repo/thuupx-lunge)
<a href="https://claudewave.com/repo/thuupx-lunge"><img src="https://claudewave.com/api/badge/thuupx-lunge" alt="Featured on ClaudeWave: thuupx/lunge" width="320" height="64" /></a>

Más MCP Servers

Alternativas a lunge