MCP Server
Active
MIT
io.github.New1Direction/trust-oracle MCP Server
io.github.New1Direction/trust-oracle
What is the io.github.New1Direction/trust-oracle MCP server?
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
How to install io.github.New1Direction/trust-oracle
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"trust-oracle": {
"url": "https://wmcp.sh/mcp/trust"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trust-oracle": {
"serverUrl": "https://wmcp.sh/mcp/trust"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"trust-oracle": {
"type": "http",
"url": "https://wmcp.sh/mcp/trust"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"trust-oracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://wmcp.sh/mcp/trust"
]
}
}
}Claude Code
claude mcp add --transport http trust-oracle https://wmcp.sh/mcp/trustRelated MCP servers
Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.
5
View repository →Rust
MIT
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
5
View repository →Python
MIT
Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.
5
View repository →Rust
MIT
Serve a secret to an agent exactly N times from locked RAM, then wipe it and self-destruct.
3
View repository →Rust
MIT