AGNTCY Identity allows to onboard, create and verify identities for Agents, Model Context Protocol (MCP) Servers and Multi-Agent Systems (MASs).
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"
]
}
}
}
Run in terminal:
claude mcp add identity go run github.com/agntcy/identity@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"identity": {
"command": "go",
"args": [
"run",
"github.com/agntcy/identity@latest"
]
}
}
}