Skip to main content
Glama

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.jsondevin.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

🛡️ コア機能

  1. デュアルゲートウェイエンジン(127.0.0.1:4000):

    • OpenAI(/v1/chat/completions/v1/models)およびAnthropic(/v1/messages)のプロトコル互換性を完全サポート。

    • 低ループバック遅延($< 5\text{ ms}$)。

  2. 耐障害性モデルフェイルオーバーマトリックス:

    • 線形および階層型の優先チェーン(例:Anthropic $\rightarrow$ AWS Bedrock $\rightarrow$ Groq $\rightarrow$ Ollama)。

    • アクティブなエージェントCLIセッションを中断することなく、429 Too Many Requests および 503 Service Unavailable をサイレントにリカバリ。

    • 仮想モデルエイリアス:fast-codeheavy-reasoning

  3. 暴走コストを遮断するハードサーキットブレーカー:

    • 日次・月次の支出上限を示すビジュアルダイヤル(例:$10.00/日)。

    • 暴走する再帰的エージェントループを HTTP 402 Budget Exceeded: TetherIQ spend limit reached で自動的に遮断します。

  4. 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クリックで設定ファイルを同時に非破壊的に注入。

  5. 高度な可観測性とアクティビティトレーシング:

    • リアルタイムのスパンウォーターフォールビジュアライザー。

    • マイクロ秒単位のレイテンシ内訳、プロンプト/ペイロードインスペクタ、OpenTelemetry互換のトレース。

  6. 組み込み実行ターミナル:

    • プロキシゲートウェイの環境変数をプリロードした状態で、ネイティブホストシェル(powershell.exezshbash)を実行する統合ドロワー。

  7. 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 build

Tauri v2、React 19、TypeScript、Tailwind CSS、LiteLLMゲートウェイコアで構築されています。

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