Attestix
Rank #5,447io.github.VibeTensor/attestix
MCP server providing attestix capabilities
Attestix is a Model Context Protocol (MCP) server published by vibetensor. It ranks #5,447 of 115,591 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Attestix is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 16, 2026 and most recently updated on Feb 21, 2026.
Ranks ahead of 110,144 of 115,591 servers on MCP Toplist.
Use Attestix
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add attestix -- uvx attestix[mcp_servers.attestix]
command = "uvx"
args = ["attestix"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"attestix": {
"command": "uvx",
"args": [
"attestix"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"attestix": {
"command": "uvx",
"args": [
"attestix"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"attestix": {
"type": "stdio",
"command": "uvx",
"args": [
"attestix"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"attestix": {
"command": "uvx",
"args": [
"attestix"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"attestix": {
"command": "uvx",
"args": [
"attestix"
]
}
}
}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.VibeTensor%2Fattestix)<a href="https://mcptoplist.com/server/io.github.VibeTensor%2Fattestix"><img src="https://mcptoplist.com/badge/io.github.VibeTensor%2Fattestix.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vibetensor
Other servers by vibetensor
View all vibetensor servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Feb 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Attestix?
- Attestix is maintained by vibetensor, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Attestix listed on the Official MCP Registry?
- Yes — Attestix is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Attestix have?
- MCP Toplist tracks 2 versions of Attestix, most recently published on Feb 21, 2026.
- Where can I find the source code for Attestix?
- The source code for Attestix is hosted at github.com/vibetensor/attestix.