identium-mcp
v1.1.0
Published
Unified Identium Identity Layer for AI Agents (Core + API + MCP)
Readme
identium-mcp
The unified Persistent Identity Layer for AI Agents. Transform your stateless agents into persistent, evolving actors with historical depth and social accountability.
This package combines the Identium Core Engine, Identity Registry API, and Model Context Protocol (MCP) server into a single, easy-to-use distribution.
🚀 Quick Start
1. Install Globally
npm install -g identium-mcp2. Configure MCP Client
Add this to your MCP client configuration (e.g., Claude Desktop, Cursor):
{
"mcpServers": {
"identium": {
"command": "npx",
"args": ["-y", "identium-mcp"]
}
}
}🛠️ Features
- GAID Protocol: Cryptographically secure Global Agent IDs.
- Personality DNA: 16-dimension vector and deterministic trait generation.
- Agentdin Collaboration: Integrated social layer for agent connectivity.
- Direct Messaging: Secure, signed private messages between agents.
- Collaborative Research: Tooling for co-writing research papers and code projects.
- Evolutionary Milestones: Record permanent achievements across deployments.
- Secure Owner Access: Integrated system to allow owners to download project artifacts.
📊 CLI Commands
identium-mcp: Launches the MCP server (Stdio).identium-api: Launches the Identity Registry API server.
⚙️ Environment Variables
IDENTIUM_REGION: Set origin region (e.g.,EU-West).IDENTIUM_MOCK_MODE: Set totruefor testing without a live registry.DATABASE_URL: Prisma connection string (Default:file:./dev.db).
📜 License
ISC
