@meeseeks-sdk/mcp
@meeseeks-sdk/mcp
Claude Code用MCPサーバー — AIが生成したコードをユーザーに渡す前に、AI自身に検証させるためのツールです。
機能
Claude Codeが生成したコードをそのまま渡すのではなく、このMCPが品質ゲートを実行します:
Claude Code calls quality_gate tool
↓
LLM generates code
↓
Sandbox executes it (real Node.js subprocess)
↓
Score 0-10 based on correctness + efficiency
↓
Score ≥ 8? → return verified code
Score < 8? → feed failures back to LLM → retry単に見た目が良いコードではなく、実際に実行をクリアしたコードを受け取ることができます。
Related MCP server: multivon-mcp
インストール
npm install -g @meeseeks-sdk/mcpClaude Codeでのセットアップ
claude mcp add meeseeks --scope user npx @meeseeks-sdk/mcp以上です。これで、すべてのClaude Codeセッションで quality_gate ツールが利用可能になります。
Claudeへの使用指示
プロジェクトの CLAUDE.md または ~/.claude/CLAUDE.md に以下を追加してください:
## Code Generation
When writing isolated utility functions or algorithms (any language),
use the meeseeks__quality_gate tool instead of writing directly.
Use mode: "fast" if the pattern was used before, "balanced" for new tasks.
For Dart/Flutter/Python code: always pass harness: "free".
For JS/Node.js utilities: omit harness (auto-detected).ツール: quality_gate
パラメータ | 型 | デフォルト | 説明 |
|
| 必須 | 何を作成するか — 関数シグネチャとエクスポート形式を具体的に指定 |
|
|
| fast=1回, balanced=3回, quality=5回 |
|
| 自動検出 |
|
|
| — | 判定用のスタック説明: |
|
|
| スコアがこの値以上になったら停止 |
要件
Node.js 18以上
Bedrockアダプター用にAWS認証情報 (
~/.aws/credentials) が設定されていることまたは
AWS_REGION環境変数が設定されていること
知識の継承
このMCPは成功した戦略を ~/.meeseeks/memory.db (SQLite) に保存します。次回同様の関数を要求した際、実証済みの手法がプロンプトに注入されるため、時間の経過とともに初回試行の精度が向上します。
Powered by
@meeseeks-sdk/core — Meeseeks Hive から抽出された品質ゲートエンジン。
ライセンス
MIT
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 gradedqualityBmaintenanceAn MCP server to create secure code sandbox environment for executing code within Docker containers.326MIT

multivon-mcpofficial
AlicenseAqualityAmaintenanceMCP server that gives AI coding agents direct access to evaluation tools.22Apache 2.0- AlicenseNot gradedqualityFmaintenanceAn MCP server that provides senior-level code review, quality checks, security analysis, and refactoring suggestions directly in your editor.1MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON.
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
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/abrahamcasanova/meeseeks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server