token-saver-mcp-java

jackandjac/token-saver-mcp-java
★ 3 stars Java AI/LLM Updated today
MCP server that delegates simple Claude Code / Codex / Wibey tasks to a local LLM via langchain4j and langgraph4j.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "token-saver-mcp-java": {
      "command": "npx",
      "args": [
        "-y",
        "jackandjac/token-saver-mcp-java"
      ]
    }
  }
}