Skip to main content
Glama
abrahamcasanova

@meeseeks-sdk/mcp

@meeseeks-sdk/mcp

Claude Code용 MCP 서버 — AI가 코드를 제공하기 전에 스스로 검증하도록 합니다.

npm version License: MIT

기능

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/mcp

Claude 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

매개변수

타입

기본값

설명

task

string

필수

빌드할 내용 — 함수 시그니처와 내보내기 형식을 구체적으로 명시

mode

fast|balanced|quality

fast

fast=1회 반복, balanced=3회, quality=5회

harness

string

자동 감지

js-api, js-lrucache, js-ratelimiter, js-circuitbreaker, js-promisepool, js-maze, js-sudoku, js-wordle, free

projectContext

string

평가자를 위한 스택 설명: "TypeScript + Express + PostgreSQL"

minScore

number

8

점수가 이 값 이상이면 중단

요구 사항

  • Node.js 18 이상

  • Bedrock 어댑터를 위한 AWS 자격 증명 설정 (~/.aws/credentials)

  • 또는 AWS_REGION 환경 변수 설정

지식 상속

MCP는 성공적인 전략을 ~/.meeseeks/memory.db (SQLite)에 저장합니다. 다음에 유사한 함수를 요청하면 검증된 접근 방식이 프롬프트에 주입되어 시간이 지날수록 더 나은 첫 시도를 제공합니다.

제공

@meeseeks-sdk/coreMeeseeks Hive에서 추출한 품질 게이트 엔진입니다.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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