MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPrun the simulated pipeline for the api pack and show the trace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Orquestrador de qualidade — casca
Fundação de um orquestrador de QA: o motor de pipeline, os contratos, a infraestrutura de execução e a observabilidade. Sem nenhuma regra de negócio.
As ausências são intencionais e verificadas: zero prompts, zero gates concretos, zero chamadas reais a modelo de linguagem, zero lógica de ferramenta de teste. O pipeline inteiro roda com adaptador simulado, sem gastar um token.
Comece por aqui
npm installnpm run verifynpm run pipeline -- --pack api --drynpm run mcpRelated MCP server: agent-eval-mcp
Estrutura
packages/core/ motor: estágios, execução, trace, contratos, packs
packages/knowledge/ acesso a dados: derivado, curado, externo
packages/mcp-server/ servidor MCP stdio, 7 tools
packages/packs/api/ pack registrado e vazio
packages/packs/front/ pack registrado e vazio
scripts/ CLI e pipeline simulada de demonstração
docs/ arquitetura, ADRs, formato das regras, pendênciasOnde as regras vão entrar
Pack | Diretório | Formato |
|
| |
|
|
Um pack novo é um diretório com um pack.json — nenhum arquivo do motor precisa mudar.
Documentação
Memória do projeto — o que um assistente precisa saber antes de mexer aqui
O produto — o que estamos construindo e por quê
Achados da pesquisa — o que restringe o desenho, com fonte
Arquitetura — visão geral, fluxo de execução e diagramas
Decisões — ADRs numerados
Pendências — o que ficou de fora, e por quê
Comandos
Comando | O que faz |
| lint, formatação, typecheck e cobertura |
| executa a pipeline simulada e imprime o trace |
| sobe o servidor MCP por stdio |
| só os testes |
| aplica a formatação |
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
- AlicenseBqualityDmaintenanceA mock MCP server for testing MCP client implementations and development workflows. Supports tools, prompts, and resources across multiple transport protocols (stdio, HTTP, SSE).1MIT
- AlicenseBqualityBmaintenanceAn MCP-style stdio server for evaluating AI agent outputs, enabling CI-friendly quality gates, regression comparisons, and canary promotion decisions.3MIT
- FlicenseNot gradedqualityCmaintenanceA model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.
- AlicenseAqualityCmaintenanceExposes a verified tool registry (calculator, sandboxed file read, web fetch) over MCP stdio, enabling any MCP-capable client to reuse the same tools from the inspectable ReAct loop.3MIT
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
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/MarcosQuintino0/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server