cyberneticlibrary

Build cryptographically-owned AI agents

create-mcpi-appmcp_serversetup L30
npm:@kya-os/create-mcpi-app
What it does

Scaffold cryptographically-owned MCP agents with identity and consent flows

Best for

Developers building owned, permissioned AI agents with cryptographic identity and delegatable capabilities.

Inputs
  • · agent name
  • · platform choice (standalone/cloudflare/vercel/lambda/nextjs/express)
  • · template option
Outputs
  • · project directory with agent code
  • · Ed25519 keypair + DID
  • · Cloudflare Workers/Vercel/Lambda configs as applicable
Requires
  • · Node.js + npm
  • · Optionally: wrangler (Cloudflare), Vercel CLI, AWS credentials
Preconditions
  • · npm installed
  • · Platform account (Cloudflare/Vercel/AWS) if not standalone
  • · Optional: knowthat.ai for ownership registration
Failure modes
  • · Cron job deployment fails on Cloudflare (API parsing issue)
  • · Proof batching incomplete if cron disabled
  • · DID not registered if ownership not claimed
Trust signals
  • · MCP-I (MCP-Identity) standard compliance
  • · Proof batching + AgentShield integration
  • · Platform-specific optimizations (Durable Objects, KV, DynamoDB)
  • · Auto-detection of MCP client type