TetherIQ
TetherIQ ⚡
自律型AIコーディングエージェント向けのゼロ設定ローカルデスクトップコントロールプレーン兼プロキシゲートウェイ(
127.0.0.1:4000)。
自動モデルフェイルオーバー、暴走コストのハードキャップ、6+のクライアント環境にわたる1クリック動的MCPツール同期、ライブトークンテレメトリHUD、フルスペクトラムのアクティビティトレーシングを提供します。
⚡ 60秒クイックスタートガイド
TetherIQを3つの簡単なステップでセットアップしましょう:
1. TetherIQをダウンロードして起動
TetherIQデスクトップアプリケーションを実行します(
.exe、.dmg、.deb)。TetherIQは自動的にローカルプロキシゲートウェイを
http://127.0.0.1:4000で起動します。
2. プロバイダのAPIキーを入力
上部バーの "Keys" をクリックするか、60秒クイックスタートウィザード を開きます。
Anthropic、OpenAI、AWS Bedrock、Google Vertex、Groq、またはローカルのOllama認証情報を追加します。\
(キーはデスクトップボールト内に厳密にローカル保存され、第三者クラウドサーバーに送信されることはありません)。
3. コーディングエージェント/ツールを接続
以下のエージェントを選んで、ワンステップで接続:
🟢 Claude Code CLI
export ANTHROPIC_BASE_URL=http://127.0.0.1:4000
claudeまたは、TetherIQの「Auto-Configure Claude Code」をクリックすると、~/.claude.json に設定を注入できます。
🟣 AI IDE (Cursor、Windsurf、Devin、Antigravity)
ベースURL:
http://127.0.0.1:4000/v1モデル:
fast-code(低レイテンシ)またはheavy-reasoning(深い推論)MCP自動同期: TetherIQのツールハブで "Connect & Auto-Configure All Files" をクリックすると、50以上のMCPサーバーのいずれかを
~/.cursor/mcp.json、~/.codeium/windsurf/mcp_config.json、devin.json、または.mcp.jsonに注入できます。
🔵 Python & TypeScript SDK
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
🛡️ コア機能
デュアルゲートウェイエンジン(
127.0.0.1:4000):OpenAI(
/v1/chat/completions、/v1/models)およびAnthropic(/v1/messages)のプロトコル互換性を完全サポート。低ループバック遅延($< 5\text{ ms}$)。
耐障害性モデルフェイルオーバーマトリックス:
線形および階層型の優先チェーン(例:Anthropic $\rightarrow$ AWS Bedrock $\rightarrow$ Groq $\rightarrow$ Ollama)。
アクティブなエージェントCLIセッションを中断することなく、
429 Too Many Requestsおよび503 Service Unavailableをサイレントにリカバリ。仮想モデルエイリアス:
fast-codeとheavy-reasoning。
暴走コストを遮断するハードサーキットブレーカー:
日次・月次の支出上限を示すビジュアルダイヤル(例:$10.00/日)。
暴走する再帰的エージェントループを
HTTP 402 Budget Exceeded: TetherIQ spend limit reachedで自動的に遮断します。
50以上の公式&検証済みMCPツールマーケットプレイス:
Databricks、Snowflake、Supabase、PostgreSQL、Notion、Slack、Jira、GitHub、Docker、Sentry、Brave Search、Pinecone など40以上に関する検証済みスキーマ。
Cursor、Windsurf、Devin、Claude Code CLI、Claude Desktop、Antigravity に対して、1クリックで設定ファイルを同時に非破壊的に注入。
高度な可観測性とアクティビティトレーシング:
リアルタイムのスパンウォーターフォールビジュアライザー。
マイクロ秒単位のレイテンシ内訳、プロンプト/ペイロードインスペクタ、OpenTelemetry互換のトレース。
組み込み実行ターミナル:
プロキシゲートウェイの環境変数をプリロードした状態で、ネイティブホストシェル(
powershell.exe、zsh、bash)を実行する統合ドロワー。
1クリックのサニタイズ済みデバッグレポーター:
すべてのAPIキーとベアラートークンを自動的に伏せ字(
sk-ant-***、ghp_***)にした、クリーンなGitHub issueマークダウンを生成します。
🛠️ ローカルでの開発とビルド
# Install dependencies
npm install
# Start Vite React UI
npm run dev
# Start local proxy gateway core
npm run proxy
# Build production bundle
npm run buildTauri v2、React 19、TypeScript、Tailwind CSS、LiteLLMゲートウェイコアで構築されています。
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