01 Protocol Server
FreeNot checkedEnables creation, verification, and evolution of cryptographically verifiable AI agent identities (.01ai) via MCP for Claude Desktop and other MCP clients.
About
Enables creation, verification, and evolution of cryptographically verifiable AI agent identities (.01ai) via MCP for Claude Desktop and other MCP clients.
README
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.
Install
# SDK
npm install @01protocol/sdk
# MCP server (Claude Desktop / any MCP client)
npx @01protocol/mcp-server
MCP 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.json - Windows:
%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.
Installing 01 Protocol Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/01ai-Admin/01ai_01protocol_mcpFAQ
Is 01 Protocol Server MCP free?
Yes, 01 Protocol Server MCP is free — one-click install via Unyly at no cost.
Does 01 Protocol Server need an API key?
No, 01 Protocol Server runs without API keys or environment variables.
Is 01 Protocol Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install 01 Protocol Server in Claude Desktop, Claude Code or Cursor?
Open 01 Protocol Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 01 Protocol Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
