Attestify OS
Rank #22,747io.github.attestifyagent/attestify-mcp
MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.
Attestify OS is a Model Context Protocol (MCP) server published by attestifyagent. It ranks #22,747 of 115,460 servers tracked on MCP Toplist. Attestify OS is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 13, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 92,713 of 115,460 servers on MCP Toplist.
Use Attestify OS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add attestify-mcp -e "ATTESTIFY_BASE_URL=<your ATTESTIFY_BASE_URL>" -e "ATTESTIFY_API_KEY=<your ATTESTIFY_API_KEY>" -e "TRUST_AGENT_ID=<your TRUST_AGENT_ID>" -e "TRUST_PRIVATE_KEY=<your TRUST_PRIVATE_KEY>" -- npx -y attestify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.attestify-mcp]
command = "npx"
args = ["-y", "attestify-mcp"]
[mcp_servers.attestify-mcp.env]
ATTESTIFY_BASE_URL = "<your ATTESTIFY_BASE_URL>"
ATTESTIFY_API_KEY = "<your ATTESTIFY_API_KEY>"
TRUST_AGENT_ID = "<your TRUST_AGENT_ID>"
TRUST_PRIVATE_KEY = "<your TRUST_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<your ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<your TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<your TRUST_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<your ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<your TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<your TRUST_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"attestify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<your ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<your TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<your TRUST_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<your ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<your TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<your TRUST_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<your ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<your TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<your TRUST_PRIVATE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.attestifyagent%2Fattestify-mcp)<a href="https://mcptoplist.com/server/io.github.attestifyagent%2Fattestify-mcp"><img src="https://mcptoplist.com/badge/io.github.attestifyagent%2Fattestify-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
attestifyagent
Other servers by attestifyagent
View all attestifyagent servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Aug 28, 2026 |
| 0.1.7 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Attestify OS?
- Attestify OS is maintained by attestifyagent, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Attestify OS listed on the Official MCP Registry?
- Yes — Attestify OS is listed on the Official MCP Registry, alongside Glama.
- How many versions does Attestify OS have?
- MCP Toplist tracks 2 versions of Attestify OS, most recently published on Aug 28, 2026.
- Where can I find the source code for Attestify OS?
- The source code for Attestify OS is hosted at github.com/attestifyagent/attestify-mcp.