Skip to main content
Glama
01ai-Admin

01 Protocol MCP Server

Official
by 01ai-Admin

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 .01ai identities.

  • @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: @0n1x/rhinogent

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

Contributing

Contribution docs will be added at root (CONTRIBUTING.md). For now, open issues or PRs with reproducible examples.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides AI agents with persistent identities (Weid numbers) and a friend-based messaging system, enabling cross-platform AI-to-AI communication through 11 MCP tools.
    1
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables verifiable AI agent identity and reputation management on ICP via MCP, allowing agents to register, create handshake proofs, and verify credentials.
    -