TetherIQ
A zero-config local desktop proxy gateway for AI coding agents, providing model failovers, spend caps, and 1-click MCP tool syncing across multiple client environments.
README
TetherIQ ⚡
Zero-config local desktop control plane and proxy gateway (
127.0.0.1:4000) for autonomous AI coding agents.
Provides automatic model failovers, hard runaway spend caps, 1-click dynamic MCP tool syncing across 6+ client environments, live token telemetry HUD, and full-spectrum activity tracing.
⚡ 60-Second Quickstart Guide
Get up and running with TetherIQ in 3 effortless steps:
1. Download & Launch TetherIQ
- Run the TetherIQ desktop application (
.exe,.dmg, or.deb). - TetherIQ automatically spins up the local proxy gateway on
http://127.0.0.1:4000.
2. Enter Your Provider API Keys
- Click "Keys" or open the 60-Second Quickstart Wizard in the top bar.
- Add your Anthropic, OpenAI, AWS Bedrock, Google Vertex, Groq, or Local Ollama credentials.
(Keys remain strictly local in your desktop vault and are never sent to third-party cloud servers).
3. Connect Your Coding Agent / Tool
Choose your agent below and connect in one step:
🟢 Claude Code CLI
export ANTHROPIC_BASE_URL=http://127.0.0.1:4000
claude
Or click "Auto-Configure Claude Code" in TetherIQ to inject it into ~/.claude.json.
🟣 AI IDEs (Cursor, Windsurf, Devin, Antigravity)
- Base URL:
http://127.0.0.1:4000/v1 - Model:
fast-code(low-latency) orheavy-reasoning(deep reasoning) - MCP Auto-Sync: Click "Connect & Auto-Configure All Files" in TetherIQ's Tool Hub to inject any of the 50+ MCP servers into
~/.cursor/mcp.json,~/.codeium/windsurf/mcp_config.json,devin.json, or.mcp.json.
🔵 Python & 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)
🛡️ Core Features
-
Dual Gateway Engine (
127.0.0.1:4000):- Full OpenAI (
/v1/chat/completions,/v1/models) and Anthropic (/v1/messages) protocol compatibility. - Low loopback latency ($< 5\text{ ms}$).
- Full OpenAI (
-
Resilient Model Failover Matrix:
- Linear and tiered priority chains (e.g. Anthropic $\rightarrow$ AWS Bedrock $\rightarrow$ Groq $\rightarrow$ Ollama).
- Silent
429 Too Many Requestsand503 Service Unavailablerecovery without breaking active agent CLI sessions. - Virtual Model Aliases:
fast-codeandheavy-reasoning.
-
Hard Runaway Spend Circuit Breakers:
- Visual daily and monthly spend limit dials (e.g. $10.00/day).
- Automatically short-circuits runaway recursive agent loops with
HTTP 402 Budget Exceeded: TetherIQ spend limit reached.
-
50+ Official & Verified MCP Tool Marketplace:
- Verified schemas for Databricks, Snowflake, Supabase, PostgreSQL, Notion, Slack, Jira, GitHub, Docker, Sentry, Brave Search, Pinecone, and 40+ more.
- 1-Click simultaneous non-destructive configuration file injection across Cursor, Windsurf, Devin, Claude Code CLI, Claude Desktop, and Antigravity.
-
Deep Observability & Activity Tracing:
- Real-time span waterfall visualizer.
- Microsecond latency breakdowns, prompt/payload inspectors, and OpenTelemetry-compatible traces.
-
Embedded Execution Terminal:
- Integrated drawer running native host shells (
powershell.exe,zsh,bash) with pre-loaded proxy gateway environment variables.
- Integrated drawer running native host shells (
-
1-Click Sanitized Debug Reporter:
- Generates clean GitHub issue markdown with all API keys and bearer tokens automatically redacted (
sk-ant-***,ghp_***).
- Generates clean GitHub issue markdown with all API keys and bearer tokens automatically redacted (
🛠️ Development & Building Locally
# 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
Built with Tauri v2, React 19, TypeScript, Tailwind CSS, and LiteLLM gateway core.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。