MCP.so
登录

Identity

@agntcy

关于 Identity

AGNTCY Identity allows to onboard, create and verify identities for Agents, Model Context Protocol (MCP) Servers and Multi-Agent Systems (MASs).

基本信息

分类

其他

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

agntcy

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Identity?

AGNTCY Identity provides a secure and verifiable method to uniquely identify agents through open and decentralized techniques. It assigns each agent a universally unique identifier backed by verifiable credentials (VCs), enabling secure authentication, trusted communication, and interoperability across diverse multi-agent systems.

How to use Identity?

Install the Issuer CLI via a script or go install, then start the Node Backend using Docker. Use CLI commands—vault, issuer, metadata, badge, verify, config—to create vaults, register issuers, generate metadata, issue and publish badges, and verify identities.

Key features of Identity

  • Identity creation for agents and MCP servers
  • Existing identity onboarding from external IdPs
  • Badge creation and verification with VCs
  • Issuer CLI for identity management
  • Node Backend for storage and APIs

Use cases of Identity

  • Authenticate and authorize agents in multi-agent systems
  • Issue verifiable badges for MCP servers
  • Onboard identities from external providers (e.g., Okta)
  • Enable trusted communication between agents and tools

FAQ from Identity

What is an Agent Badge?

An Agent Badge contains Verifiable Credentials (VCs) including the agent’s ID, schema definition, and metadata for authentication and security.

What are the prerequisites to run Identity?

You need Docker Desktop (or Docker Engine v27+ and Docker Compose v2.35+). For the demo, also install Ollama CLI and Okta CLI.

Can I use my own identity provider?

Yes, Identity supports “bring your own ID” (BYOID) by integrating identities from external IdPs such as Okta or agent cards like Google’s A2A.

What components make up Identity?

Identity includes an Issuer CLI for command-line management and a Node Backend for APIs, storage, and metadata persistence.

评论

其他 分类下的更多 MCP 服务器