← Back to Plugins
MCP Server MCP

io.github.carlisia/mcp-factcheck

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/carlisia/mcp-factcheck:v1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/carlisia/mcp-factcheck:v1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for embedding generation and content validation",
          "isRequired": true,
          "name": "OPENAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...