What is the Mnemom — Trust Ratings for AI Agents MCP server?
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
How to install Mnemom — Trust Ratings for AI Agents
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mnemom": {
"url": "https://api.mnemom.ai/mcp?profile=directory"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mnemom": {
"serverUrl": "https://api.mnemom.ai/mcp?profile=directory"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mnemom": {
"type": "http",
"url": "https://api.mnemom.ai/mcp?profile=directory"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mnemom": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mnemom.ai/mcp?profile=directory"
]
}
}
}Claude Code
claude mcp add --transport http mnemom https://api.mnemom.ai/mcp?profile=directoryRelated MCP servers
Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.
View repository →