Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"alter": {
"url": "https://mcp.truealter.com/api/v1/mcp",
"transport": "streamable-http",
"description": "~Alter Identity - psychometric identity field for AI agents"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
~Alter Identity SDK - query the continuous identity field from any JavaScript/TypeScript environment.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@truealter/sdk' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @truealter/sdk against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
Governed MCP workflows with policy validation, findings tracking, and review gates.
MCP Security Weekly
Get CVE alerts and security updates for com.truealter/identity and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
~Alter Identity SDK - query the continuous identity field from any JavaScript/TypeScript environment.
Install:
npm install @truealter/sdk
A thin client over the ~Alter MCP server (Streamable HTTP, JSON-RPC 2.0, MCP spec 2025-11-25) with x402 micropayment support, ES256 provenance verification, and config generators for Claude Code, Cursor, and generic MCP clients.
https://mcp.truealter.com (serves .well-known/mcp.json for discovery)https://mcp.truealter.com/api/v1/mcp - this is what Streamable HTTP POSTs target (the SDK default)2025-11-25 (server negotiates 2025-06-18 + 2025-03-26 for backwards-compatible clients)@noble/ed25519 + @noble/hashes (no other dependencies)npm install @truealter/sdk
Then import the client in your code (see the API section below). The
day-to-day command line lives in
@truealter/cli:
alter init
alter verify ~alter
This package ships a stdio bridge entrypoint (bin/mcp-bridge.ts,
built to dist/bin/mcp-bridge.js) that the alter CLI launches by file
path via its mcp-bridge subcommand. It is a dev/demo surface for
dropping ~Alter into MCP hosts that speak the stdio transport (Claude Code,
Cursor, Continue, Windsurf). It is useful for handshake, tools/list, and
L0 tool calls, but it does not carry ES256 per-invocation signing:
authenticated MCP tools will fail at the server edge when reached through
the bridge. For production use, import @truealter/sdk directly and
construct an MCPClient / AlterClient with the optional signing
parameter; that path is the primary one and carries the provenance
envelope end-to-end. Bridge signing is planned for a future release.
This package exposes no command-line binary of its own: it is a library you
import. The bridge entrypoint above is not a published bin; it is resolved
by file path from the alter CLI, which is distributed separately as
@truealter/cli. Run
alter --help for the inline reference.
Identity Access Management answers who is logged in. ~Alter answers who they actually are - a continuous field of recognition that any IAM stack can sit on top of.
~Alter is the working instantiation of an eight-paper academic corpus on identity field theory. The SDK below is what happens when the theory ships as protocol. Each paper is open access on figshare under CC-BY 4.0.
| Paper | Title | DOI |
|---|---|---|
| I | Belonging is earned, not inherited | 10.6084/m9.figshare.31794784 |
| II | The self is inferred, not owned | 10.6084/m9.figshare.31804222 |