# Cyphrex

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/getcyphrex/cyphrex-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/cyphrex

## Description
Blockchain SSN for AI agents. MCP-native identity, behavior enforcement, and immutable audit trail.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "cyphrex": {
    "command": "npx",
    "args": ["-y","cyphrex"]
  }
}
```

## Documentation & README

# Cyphrex Remote MCP Server

Remote MCP server for Cyphrex, exposed over Streamable HTTP.

## Connect URL

`https://mcp.cyphrex.io`

## Claude Desktop (one-line example)

`{"mcpServers":{"cyphrex":{"url":"https://mcp.cyphrex.io/mcp"}}}`

## Cursor (one-line example)

`{"mcpServers":{"cyphrex":{"url":"https://mcp.cyphrex.io/mcp"}}}`

## Environment Variables

- `CYPHREX_API_URL` (required), e.g. `https://cyphrexapi-production.up.railway.app`
- `PORT` (optional, default `3001`)

