A MCP Server that helps to evaluate host’s support for the MCP protocol specification.
pnpm i mcp-host-evals -g- start http server:
mcp-host-evals http- config file:
{
"servers": {
"mcp-host-evals": {
"url": "http://localhost:3001/mcp",
"type": "http"
}
},
"inputs": []
}{
"servers": {
"mcp-host-evals": {
"command": "mcp-host-evals",
"args": ["stdio"]
}
}
}If you see the following output, it means you have successfully started and configured the mcp-host-evals mcp:
To have your LLM start evaluating the current host, please follow these steps:

