@meeseeks-sdk/mcp
@meeseeks-sdk/mcp
Claude Code용 MCP 서버 — 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)에 저장합니다. 다음에 유사한 함수를 요청하면 검증된 접근 방식이 프롬프트에 주입되어 시간이 지날수록 더 나은 첫 시도를 제공합니다.
제공
@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