MCP Server
MCP
io.github.carlisia/mcp-factcheck
An MCP server that validates content against MCP specification using semantic search and AI
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
By
Comments
Sign in to leave a comment