Mnemom
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mnemomscan trust for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mnemom — Trust Ratings for AI Agents (MCP server)
Canonical home for the Mnemom Model Context Protocol (MCP) server — trust infrastructure for the agent internet. Look up a verifiable Trust Rating for an AI agent, scan a website's AI-trust-readiness, verify signed scorecards in‑band, claim an agent identity, and publish an alignment card.
This repo is the public, canonical source of truth for the server's connection details and manifest. The server implementation runs on Mnemom's platform; this repo is its metadata + documentation home.
Website: https://www.mnemom.ai · for agents: https://www.mnemom.ai/for-agents
Docs: https://docs.mnemom.ai
Rubric (isittrustready): https://www.isittrustready.ai/rubric
Official MCP registry:
io.github.mnemom/mnemomMaintainer: support@mnemom.ai
Connect
Streamable‑HTTP MCP endpoint (curated directory profile, 16 tools):
https://api.mnemom.ai/mcp?profile=directoryThe full manifest is in server.json.
In Claude / ChatGPT / any MCP client
Add a custom connector pointing at the URL above. Reads are anonymous — you can list tools and call the reputation, search, scan, verify, and get‑started tools with no account. Writes (claiming an agent, publishing an alignment card) require authentication.
Related MCP server: Aegis-ZK
Authentication
Reads: zero‑auth. No key, no login.
Writes: OAuth 2.0 with Dynamic Client Registration (RFC 7591) + PKCE. Discovery follows RFC 9728 — an unauthenticated write returns
401with aWWW‑Authenticateheader pointing at the Protected Resource Metadata, so a compliant client can self‑configure:Protected Resource Metadata:
https://api.mnemom.ai/.well-known/oauth-protected-resource/mcpAuthorization Server Metadata:
https://api.mnemom.ai/.well-known/oauth-authorization-server
An
X-Mnemom-Api-Keyheader is accepted as an alternative to OAuth.
What's in the directory profile
A curated 16‑tool surface, grouped:
Reputation —
get_reputation,get_reputation_badge,search_reputation_directory,verify_reputation,list_agents,get_agent(agent risk history is authenticated — seeget_risk_historyon the full surface)Website trust scanning —
scan_trust,verify_scanIdentity & protection —
claim_agent,verify_agent_binding,preview_compose_alignment_by_agent,put_alignment_by_agent,preview_compose_protection_by_agent,put_protection_by_agent,report_recipe_fn_fpOrientation —
get_started
The default endpoint (/mcp, no profile) exposes the full power‑user tool
surface; ?profile=directory is the curated face used for directory listings.
Verify, don't trust
Scan scorecards are Ed25519‑signed. Verify any scorecard in‑band with the
verify_scan tool, or check the signature yourself against the published key:
Scanner JWKS:
mnemom://iitr/jwks(also at the isittrustready surface)The scorecard carries a self‑describing
verificationblock (algorithm, key id, canonicalization rule) so a holder can reconstruct and check the signature.
Links
Website | |
For agents | |
Documentation | |
Trust‑readiness rubric | |
Contact |
© Mnemom. The server implementation is operated by Mnemom; this repository is its public manifest and documentation home.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI agents to query trust scores for MCP servers and agent skills while scanning content for potential security issues. It provides direct access to the Vigile trust registry to help users evaluate the safety of third-party tools and integrations.991MIT
- AlicenseAqualityDmaintenanceTrust intelligence MCP server for AI agents. 19 tools for identity stamps, reputation scoring (0-100), agent registry, forensic audit trails, ERC-8004 bridge, and A2A passports via x402 USDC micropayments.191Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.
Related MCP Connectors
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Confirms an AI agent/service is who it claims to be (domain + agent-card + MCP handshake).
Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnemom/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server