TetherIQ
Brave Search is available in the MCP tool marketplace for web search capabilities.
Databricks is listed among the official MCP integrations.
Docker is listed among the official MCP integrations.
GitHub is listed among the official MCP integrations.
Google Vertex AI is supported as a model provider in the failover matrix.
Jira is listed among the official MCP integrations.
Notion is listed among the official MCP integrations.
Ollama is supported as a local model provider.
OpenAI protocol compatible, and likely provider.
Provides OpenTelemetry-compatible tracing.
PostgreSQL is listed among the official MCP integrations.
Sentry is listed among the official MCP integrations.
Slack is listed among the official MCP integrations.
Snowflake is listed among the official MCP integrations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TetherIQShow my current spend and token usage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TetherMesh ⚡
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 TetherMesh in 3 effortless steps:
1. Download & Launch TetherMesh
Run the TetherMesh desktop application (
.exe,.dmg, or.deb).TetherMesh 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
claudeOr click "Auto-Configure Claude Code" in TetherMesh to inject it into ~/.claude.json.
🟣 AI IDEs (Cursor, Windsurf, Devin, Antigravity)
Base URL:
http://127.0.0.1:4000/v1Model:
fast-code(low-latency) orheavy-reasoning(deep reasoning)MCP Auto-Sync: Click "Connect & Auto-Configure All Files" in TetherMesh'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="tethermesh-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
🛡️ 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}$).
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: TetherMesh 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.
1-Click Sanitized Debug Reporter:
Generates clean GitHub issue markdown with all API keys and bearer tokens automatically redacted (
sk-ant-***,ghp_***).
🛠️ Development & Building Locally
# Install dependencies
npm install
# Start Vite React UI
npm run dev
# (Option A) Run LiteLLM Proxy in Development
litellm --port 4000 --host 127.0.0.1 --config sidecar/dev_config.yaml
# (Option B) Build LiteLLM Standalone Sidecar Binary (Windows)
npm run sidecar:build
# Build production frontend bundle
npm run buildBuilt with Tauri v2, React 19, TypeScript, Tailwind CSS, and official LiteLLM Proxy Core.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.
MCP server for building and testing AI agents with multi-model experimentation and insights.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
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.40MIT
- 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.181,170-
- 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.40203MIT
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