@meeseeks-sdk/mcp
@meeseeks-sdk/mcp
MCP-Server für Claude Code — lässt die KI ihren eigenen Code verifizieren, bevor sie ihn dir gibt.
Was er macht
Anstatt dass Claude Code dir den ersten Code gibt, den er generiert, führt dieser MCP eine Qualitätsprüfung durch:
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 → retryDu erhältst Code, der eine echte Ausführung bereits überstanden hat — nicht nur das, was auf den ersten Blick gut aussah.
Related MCP server: multivon-mcp
Installation
npm install -g @meeseeks-sdk/mcpEinrichtung mit Claude Code
claude mcp add meeseeks --scope user npx @meeseeks-sdk/mcpDas war's. Das quality_gate-Tool ist nun in all deinen Claude Code-Sitzungen verfügbar.
Claude sagen, wann er es benutzen soll
Füge dies zu CLAUDE.md deines Projekts oder zu ~/.claude/CLAUDE.md hinzu:
## 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).Tool: quality_gate
Parameter | Typ | Standard | Beschreibung |
|
| erforderlich | Was gebaut werden soll — sei präzise bezüglich Funktionssignatur und Exportformat |
|
|
| fast=1 Iteration, balanced=3, quality=5 |
|
| automatisch erkannt |
|
|
| — | Stack-Beschreibung für den Bewerter: |
|
|
| Stoppen, wenn der Score ≥ diesem Wert ist |
Anforderungen
Node.js 18+
AWS-Anmeldedaten konfiguriert (
~/.aws/credentials) für den Bedrock-AdapterOder Umgebungsvariable
AWS_REGIONsetzen
Wissensvererbung
Der MCP speichert erfolgreiche Strategien in ~/.meeseeks/memory.db (SQLite). Wenn du das nächste Mal nach einer ähnlichen Funktion fragst, wird der bewährte Ansatz in den Prompt injiziert — bessere erste Versuche im Laufe der Zeit.
Unterstützt durch
@meeseeks-sdk/core — die Qualitätsprüfungs-Engine, die aus Meeseeks Hive extrahiert wurde.
Lizenz
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