← Index

io.github.swisstruthorg/swiss-truth-mcp

io.github.swisstruthorg/swiss-truth-mcp·v0.1.4·Memory & RAG
Quality Score
80
/100

Verified knowledge base for AI agents — stop hallucinations with certified facts.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "swiss-truth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "env": {
        "SWISS_TRUTH_API_KEY": "<your-swiss_truth_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "swiss-truth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "env": {
        "SWISS_TRUTH_API_KEY": "<your-swiss_truth_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y swiss-truth-mcp
§02  Environment variables
SWISS_TRUTH_API_KEY
secret

Optional API key for write operations (submit_claim). Not required for read-only tools.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG