Skip to content
Cursor

mcp factcheck for Cursor

io.github.carlisia/mcp-factcheck

An MCP server that validates content against MCP specification using semantic search and AI

client:Cursor transport:stdio runtime:oci

Install mcp factcheck in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-factcheck": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/carlisia/mcp-factcheck:v1.0.0"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp factcheck in other clients