TetherIQ
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,.dmgoder.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
claudeOder 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/v1Modell:
fast-code(niedrige Latenz) oderheavy-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.jsonoder.mcp.jsonzu 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
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}$).
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 Requestsund503 Service Unavailable, ohne aktive Agent-CLI-Sitzungen zu unterbrechen.Virtuelle Modell-Aliase:
fast-codeundheavy-reasoning.
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.
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.
Tiefe Beobachtbarkeit und Aktivitätsverfolgung:
Echtzeit-Span-Wasserfall-Visualizer.
Mikrosekunden-Latenzaufschlüsselungen, Prompt-/Payload-Inspektoren und OpenTelemetry-kompatible Traces.
Eingebettetes Ausführungsterminal:
Integrierte Schublade, die native Host-Shells (
powershell.exe,zsh,bash) mit vorab geladenen Proxy-Gateway-Umgebungsvariablen ausführt.
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 buildErstellt mit Tauri v2, React 19, TypeScript, Tailwind CSS und LiteLLM-Gateway-Kern.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceA 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.52MIT
- FlicenseNot gradedqualityAmaintenanceA 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.151,163
- AlicenseNot gradedqualityAmaintenanceA local-first control plane for AI agent tools, providing policy enforcement, spend caps, rate limiting, and audit trails for MCP servers.1Apache 2.0
- AlicenseAqualityAmaintenanceOne 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.4204183MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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