Skip to content
Cursor

swiss truth mcp for Cursor

io.github.swisstruthorg/swiss-truth-mcp

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

client:Cursor transport:stdio runtime:npm

Install swiss truth mcp 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": {
    "swiss-truth-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "swiss-truth-mcp"
      ],
      "env": {
        "SWISS_TRUTH_API_KEY": "<SWISS_TRUTH_API_KEY>"
      }
    }
  }
}

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

swiss truth mcp in other clients