Skip to main content
Glama

TetherIQ ⚡

Lokale Desktop-Steuerungsebene und Proxy-Gateway ohne Konfiguration (127.0.0.1:4000) für autonome KI-Codierungsagenten.
Bietet automatische Modell-Failover, harte Ausgabenobergrenzen für außer Kontrolle geratene Prozesse, 1-Klick-dynamische MCP-Tool-Synchronisierung über 6+ Client-Umgebungen, Live-Token-Telemetrie-HUD und Aktivitätsverfolgung über das gesamte Spektrum.


⚡ 60-Sekunden-Schnellstartanleitung

Starten Sie mit TetherIQ in 3 mühelosen Schritten:

1. TetherIQ herunterladen und starten

  • Führen Sie die TetherIQ-Desktopanwendung aus (.exe, .dmg oder .deb).

  • TetherIQ startet automatisch das lokale Proxy-Gateway auf http://127.0.0.1:4000.

2. Geben Sie Ihre Provider-API-Schlüssel ein

  • Klicken Sie auf "Keys" oder öffnen Sie den 60-Sekunden-Schnellstart-Assistenten in der oberen Leiste.

  • Fügen Sie Ihre Anmeldedaten für Anthropic, OpenAI, AWS Bedrock, Google Vertex, Groq oder lokales Ollama hinzu.
    (Die Schlüssel bleiben streng lokal in Ihrem Desktop-Tresor und werden niemals an Drittanbieter-Cloud-Server gesendet).

3. Verbinden Sie Ihren Codierungsagenten / Ihr Tool

Wählen Sie unten Ihren Agenten aus und verbinden Sie ihn in einem Schritt:

🟢 Claude Code CLI

export ANTHROPIC_BASE_URL=http://127.0.0.1:4000
claude

Oder klicken Sie in TetherIQ auf „Auto-Configure Claude Code", um es in ~/.claude.json zu injizieren.

🟣 KI-IDEs (Cursor, Windsurf, Devin, Antigravity)

  • Basis-URL: http://127.0.0.1:4000/v1

  • Modell: fast-code (niedrige Latenz) oder heavy-reasoning (tiefes Denken)

  • MCP-Auto-Sync: Klicken Sie in TetherIQ's Tool Hub auf „Connect & Auto-Configure All Files", um einen der 50+ MCP-Server in ~/.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, devin.json oder .mcp.json zu injizieren.

🔵 Python- und TypeScript-SDKs

from openai import OpenAI

client = OpenAI(
    base_url="http://127.0.0.1:4000/v1",
    api_key="tetheriq-local"
)

response = client.chat.completions.create(
    model="heavy-reasoning",
    messages=[{"role": "user", "content": "Refactor this architecture"}]
)
print(response.choices[0].message.content)

Related MCP server: Proxima

🛡️ Kernfunktionen

  1. Dual-Gateway-Engine (127.0.0.1:4000):

    • Volle OpenAI- (/v1/chat/completions, /v1/models) und Anthropic- (/v1/messages) Protokollkompatibilität.

    • Geringe Loopback-Latenz ($< 5\text{ ms}$).

  2. Resiliente Modell-Failover-Matrix:

    • Lineare und abgestufte Prioritätsketten (z. B. Anthropic $\rightarrow$ AWS Bedrock $\rightarrow$ Groq $\rightarrow$ Ollama).

    • Stille Wiederherstellung bei 429 Too Many Requests und 503 Service Unavailable, ohne aktive Agent-CLI-Sitzungen zu unterbrechen.

    • Virtuelle Modell-Aliase: fast-code und heavy-reasoning.

  3. Harte Schutzschalter für außer Kontrolle geratene Ausgaben:

    • Visuelle Tages- und Monatsausgabenlimits (z. B. 10,00 $/Tag).

    • Unterbricht automatisch außer Kontrolle geratene rekursive Agentenschleifen mit HTTP 402 Budget Exceeded: TetherIQ spend limit reached.

  4. Marktplatz für 50+ offizielle und verifizierte MCP-Tools:

    • Verifizierte Schemas für Databricks, Snowflake, Supabase, PostgreSQL, Notion, Slack, Jira, GitHub, Docker, Sentry, Brave Search, Pinecone und 40+ weitere.

    • 1-Klick-gleichzeitige nicht-destruktive Injektion von Konfigurationsdateien in Cursor, Windsurf, Devin, Claude Code CLI, Claude Desktop und Antigravity.

  5. Tiefe Beobachtbarkeit und Aktivitätsverfolgung:

    • Echtzeit-Span-Wasserfall-Visualizer.

    • Mikrosekunden-Latenzaufschlüsselungen, Prompt-/Payload-Inspektoren und OpenTelemetry-kompatible Traces.

  6. Eingebettetes Ausführungsterminal:

    • Integrierte Schublade, die native Host-Shells (powershell.exe, zsh, bash) mit vorab geladenen Proxy-Gateway-Umgebungsvariablen ausführt.

  7. 1-Klick-bereinigter Debug-Reporter:

    • Erzeugt sauberes GitHub-Issue-Markdown, wobei alle API-Schlüssel und Bearer-Tokens automatisch geschwärzt werden (sk-ant-***, ghp_***).


🛠️ Entwicklung und lokales Erstellen

# Install dependencies
npm install

# Start Vite React UI
npm run dev

# Start local proxy gateway core
npm run proxy

# Build production bundle
npm run build

Erstellt mit Tauri v2, React 19, TypeScript, Tailwind CSS und LiteLLM-Gateway-Kern.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A desktop app and local MCP gateway that centralizes management of Claude/Codex configurations and provides unified access to Daytona sandbox and Tailscale networking operations through a single proxy entry point.
    52
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    A local AI gateway that connects multiple AI providers (ChatGPT, Claude, Gemini, Perplexity) to your development environment via MCP tools, enabling coding, search, analysis, and more without API keys.
    15
    1,163
  • A
    license
    Not graded
    quality
    A
    maintenance
    A local-first control plane for AI agent tools, providing policy enforcement, spend caps, rate limiting, and audit trails for MCP servers.
    1
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    One local gateway for all your MCP servers — shared by every AI coding tool (Claude, Cursor, VS Code, Codex). Set up each server once; keys stay in the OS keychain; lazy discovery keeps agent context small. Local-first, open source.
    4
    204
    183
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adole1982/TetherIQ'

If you have feedback or need assistance with the MCP directory API, please join our Discord server