mcp-gauge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_GAUGE_DB_PATH | No | トレースデータの保存先 | ~/.mcp-gauge/gauge.db |
| MCP_GAUGE_TIMEOUT | No | MCP接続タイムアウト(秒) | 30 |
| MCP_GAUGE_TOOL_TIMEOUT | No | ツール呼び出しタイムアウト(秒) | 300 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gauge_lintA | 対象MCPサーバーのツール説明文をリンティングし、改善すべき点を構造化JSONで返す。LLM呼び出し不要で高速に実行される。 |
| gauge_connectA | 対象MCPサーバーに接続し、トレースセッションを開始する。session_idと利用可能なツール一覧を返す。呼び出し元はツール一覧を見て、gauge_proxy_callでツールを呼び出す。 |
| gauge_proxy_callA | gauge_connectで確立した接続を通じて、対象MCPサーバーのツールを呼び出す。呼び出しはトレースとして自動記録される。結果には対象ツールの応答と呼び出しメトリクスが含まれる。 |
| gauge_disconnectA | 対象MCPサーバーとの接続を切断し、トレースセッションを終了する。トレースサマリー(メトリクス)を返す。 |
| gauge_evaluateA | トレースセッションの結果を成功条件に基づいて評価する。gauge_disconnectで終了したセッションのトレースデータと成功条件を照合し、合否判定と詳細評価を返す。 |
| gauge_compareA | ベースラインのトレースと新規実行のトレースを比較し、メトリクスの改善/悪化を判定する。返却値にはoverall_verdictとメトリクスごとの比較結果を含む。 |
| gauge_reportA | 複数のトレースセッションから統合レポートを生成する。平均メトリクスと改善推奨事項を返す。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| mcp-server-dev-workflow | MCPサーバーのテスト・品質改善を自律的に実行するための包括的ワークフロー。接続情報とタスク概要を渡すと、lint→動的テスト→評価→改善の反復サイクルを案内する。 |
| fix-quality-issues | gauge_lintで検出される全ルールと修正パターンのリファレンス。lint結果を受け取り、各issueの具体的な修正方法を案内する。 |
| regression-test | MCPサーバーの変更前後を比較するリグレッションテストのワークフロー。ベースラインのtrace_idと接続情報を渡す。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/sogawa-yk/mcp-gauge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server