identity

agntcy/identity
★ 91 stars Go 🤖 AI/LLM Updated 20d ago
AGNTCY Identity allows to onboard, create and verify identities for Agents, Model Context Protocol (MCP) Servers and Multi-Agent Systems (MASs).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "identity": {
      "command": "go",
      "args": [
        "run",
        "github.com/agntcy/identity@latest"
      ]
    }
  }
}

Topics

agntcyidentity