Back to Home
faalantir icon

mcp-agent-identity

Verified Safe

by faalantir

Overview

Provides cryptographic identity, signing, and verification capabilities for AI agents to ensure attribution and non-repudiation of their actions.

Installation

Run Command
node dist/index.js

Environment Variables

  • AGENT_IDENTITY_PATH

Security Notes

The server uses standard Node.js `crypto` module functions for key generation, signing, and verification (RSA-2048, SHA256). Input to cryptographic operations (signatures, public keys) is sanitized for robustness. No `eval` or obfuscation found. The primary security consideration for local deployments is the storage of private keys in a local `identity.json` file, which the README explicitly warns should not be used in shared environments without proper file permissions. The roadmap indicates future plans for HSM/KMS integration to address this for enterprise use cases.

Similar Servers

Stats

Interest Score83
Security Score8
Cost ClassLow
Avg Tokens200
Stars4
Forks0
Last Update2025-11-30

Tags

AI AgentsSecurityCryptographyIdentityVerification