Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"attestix": {
"args": [
"/path/to/attestix/main.py"
],
"type": "stdio",
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Make your AI agents EU AI Act compliant with cryptographically verifiable proof. Open-source identity, credentials, compliance automation, and trust scoring.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'attestix' 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 attestix 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 security / ai-ml
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for io.github.VibeTensor/attestix and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Compliance Automation for AI Agents
Make your AI agents EU AI Act compliant with cryptographically verifiable proof.
Open-source identity, credentials, compliance automation, and trust scoring.
47 MCP tools across 9 modules, 44 REST API endpoints, 358 automated tests.
Real integrations with LangChain, OpenAI Agents SDK, and CrewAI.
pip install attestix
attestix status # System overview
attestix init --name MyBot # Create agent identity
attestix compliance <agent-id> # Check EU AI Act compliance
attestix verify <agent-id> # Verify identity cryptographically
attestix audit <agent-id> # View hash-chained audit trail
attestix credential --list # List W3C Verifiable Credentials
pip install fastapi uvicorn
uvicorn api.main:app --reload # Swagger docs at http://localhost:8000/docs
pip install streamlit
streamlit run demo/webapp/app.py # Opens at http://localhost:8501
python examples/quickstart.py # Full 9-module workflow in 0.1 seconds
On August 2, 2026, the EU AI Act enforcement begins. Fines reach EUR 35M or 7% of global revenue.
Existing compliance tools (Credo AI, Holistic AI, Vanta) are organizational dashboards. None produce machine-readable, cryptographically verifiable proof that an AI agent can present to another agent, regulator, or system.
Agent identity is fragmenting across walled gardens (Microsoft Entra, AWS AgentCore, Google A2A, ERC-8004). No single tool combines agent identity + EU AI Act compliance + verifiable credentials in one protocol.
Attestix fills this gap.
| Module | Tools | What it does | |------