01 Protocol MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@01 Protocol MCP ServerCreate a new AI agent identity for my assistant"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
01 Protocol Monorepo
Portable, cryptographically verifiable AI agent identity.
This repository contains the canonical public distribution packages for 01 Protocol.
Packages
@01protocol/sdk(packages/sdk): TypeScript/JavaScript SDK for creating, verifying, and evolving.01aiidentities.@01protocol/mcp-server(packages/mcp-server): MCP server exposing agent identity tools to Claude Desktop and other MCP clients.protocol-01(python-sdk): Python SDK.
Related MCP server: Agent Identity MCP Server
Install
# SDK
npm install @01protocol/sdk
# MCP server (Claude Desktop / any MCP client)
npx @01protocol/mcp-serverMCP Quick Start
Add to your claude_desktop_config.json:
{
"mcpServers": {
"01protocol": {
"command": "npx",
"args": ["-y", "@01protocol/mcp-server"],
"env": {
"AGENT_VAULT_DIR": "/Users/you/.01protocol/agents"
}
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Specs and Docs
Main site: https://01ai.ai
App: https://app.01ai.ai
Developer page: https://01ai.ai/developers
Canonical repo: https://github.com/01ai-Admin/01ai_01protocol_mcp
Protocol spec bundle in workspace:
github-docs/spec/
Contributing
Contribution docs will be added at root (CONTRIBUTING.md).
For now, open issues or PRs with reproducible examples.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for AI agent identity — verify agents with Ed25519 signatures, check trust scores, sign and verify content, exchange encrypted messages. Built on the Agent Identity Protocol (AIP).Last updated8MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.Last updatedMIT

WaxSealofficial
AlicenseAqualityAmaintenanceWaxSeal MCP gives AI agents cryptographic identity — verify any WaxSeal fingerprint, check Ed25519 signatures, and gate irreversible actions with human-signed approval tokens before execution. It connects Claude Desktop, Cursor, and Windsurf to the WaxSeal trust network so agents can prove who authorized an action and reject tampered credentials in under a second.Last updated671MIT- FlicenseAqualityCmaintenanceProvides AI agents with a self-custody identity and MCP server for verifying counterparties, signing facts, and carrying portable reputation within the 0n1x trust ecosystem.Last updated6
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/01ai-Admin/01ai_01protocol_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server