kit

Muppet Kitは、MCPサーバーのテストとデバッグのためのツール集です。このツールは、開発者がMCPサーバーの機能を探索し、AIを活用してサポートを受けながら、さまざまなLLM(大規模言語モデル)や設定でテストを行うことを可能にします。また、セキュリティスキャンやリクエストとレスポンスのトレース機能も提供しており、開発者がサーバーの動作を詳細に分析するのに役立ちます。これにより、MCPサーバーの開発と運用がより効率的かつ安全に行えるようになります。

GitHubスター

46

ユーザー評価

未評価

フォーク

6

イシュー

5

閲覧数

1

お気に入り

0

README
Muppet Kit

It is a collection of tools for testing and debugging MCPs.

Inspector

It is a devtool for testing and debugging MCPs servers.

Inspector

Deploy to Cloudflare

Usage
npx muppet-kit inspector
Features
  • Explorer - Explore the MCP server's capabilities, while leveraging AI to assist you.
  • Playground - Test the MCP server with different LLMs and configurations.
  • MCP Scan - Scan the MCP server for vulnerabilities and security issues.
  • Tracing - Trace the requests and responses between the client and server. Tunneling is also supported for connecting to remote clients.
  • History - View the history of requests and responses between the client and server for the current session.
Configuration

You can configure the inspector by creating a muppet.config.js/muppet.config.ts file in the root of your project. The configuration file should export an object with the following properties:

import { defineInspectorConfig } from "muppet-kit";
import { ngrok } from "muppet-kit/tunnel";
import { openai } from "@ai-sdk/openai";

export default defineInspectorConfig({
  // ...
  models: [openai("gpt-4.1-nano")],
  // You can either pass the API key here or have it in .env as NGROK_API_KEY
  tunneling: ngrok(),
});
Credits

The idea for this project was inspired by the official MCP Inspector and their amazing work.

作者情報
muppet

Open-source toolkit for MCP server

3

フォロワー

4

リポジトリ

0

Gist

117

貢献数

スレッド