Attestify OS
Rank #4,180io.github.attestifyagent/attestify-os
Governed agent execution: x402 payments, budgets, receipts, verification, and audit.
Attestify OS is a Model Context Protocol (MCP) server published by attestifyagent. It ranks #4,180 of 115,460 servers tracked on MCP Toplist. Attestify OS is listed on Official MCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 111,280 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 --transport http attestify-os https://attestify-os.vercel.app/api/runclaude mcp add attestify-os -e "ATTESTIFY_API_KEY=<your ATTESTIFY_API_KEY>" -- npx -y attestify-osReplace each placeholder with your own value before saving.
[mcp_servers.attestify-os]
url = "https://attestify-os.vercel.app/api/run"Add to ~/.codex/config.toml.
[mcp_servers.attestify-os]
command = "npx"
args = ["-y", "attestify-os"]
[mcp_servers.attestify-os.env]
ATTESTIFY_API_KEY = "<your ATTESTIFY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://attestify-os.vercel.app/api/runSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"attestify-os": {
"command": "npx",
"args": [
"-y",
"attestify-os"
],
"env": {
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-os": {
"url": "https://attestify-os.vercel.app/api/run"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"attestify-os": {
"command": "npx",
"args": [
"-y",
"attestify-os"
],
"env": {
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"attestify-os": {
"type": "http",
"url": "https://attestify-os.vercel.app/api/run"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"attestify-os": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"attestify-os"
],
"env": {
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-os": {
"serverUrl": "https://attestify-os.vercel.app/api/run"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"attestify-os": {
"command": "npx",
"args": [
"-y",
"attestify-os"
],
"env": {
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attestify-os": {
"url": "https://attestify-os.vercel.app/api/run"
}
}
}{
"mcpServers": {
"attestify-os": {
"command": "npx",
"args": [
"-y",
"attestify-os"
],
"env": {
"ATTESTIFY_API_KEY": "<your ATTESTIFY_API_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-os)<a href="https://mcptoplist.com/server/io.github.attestifyagent%2Fattestify-os"><img src="https://mcptoplist.com/badge/io.github.attestifyagent%2Fattestify-os.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
attestifyagent
Other servers by attestifyagent
View all attestifyagent servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 8, 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.
- How many versions does Attestify OS have?
- MCP Toplist tracks 1 version of Attestify OS, most recently published on Jun 8, 2026.
- Where can I find the source code for Attestify OS?
- The source code for Attestify OS is hosted at github.com/attestifyagent/attestify-os.