mcp factcheck for Zed
io.github.carlisia/mcp-factcheck
An MCP server that validates content against MCP specification using semantic search and AI
client:Zed
transport:stdio
runtime:oci
Install mcp factcheck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-factcheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/carlisia/mcp-factcheck:v1.0.0"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs