Veracium MCP Server
Rank #662io.github.veracium-ai/veracium
Provenance-aware memory for AI agents: quarantine, abstention gate, supersession-with-history.
Veracium MCP Server is a Model Context Protocol (MCP) server published by veracium-ai. It ranks #662 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Veracium MCP Server is listed across 2 registries — Official MCP and Glama, with 17 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 114,798 of 115,460 servers on MCP Toplist.
Use Veracium MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add veracium -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "VERACIUM_DB_PATH=<your VERACIUM_DB_PATH>" -e "VERACIUM_USER=<your VERACIUM_USER>" -- uvx veraciumReplace each placeholder with your own value before saving.
[mcp_servers.veracium]
command = "uvx"
args = ["veracium"]
[mcp_servers.veracium.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
VERACIUM_DB_PATH = "<your VERACIUM_DB_PATH>"
VERACIUM_USER = "<your VERACIUM_USER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veracium": {
"command": "uvx",
"args": [
"veracium"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VERACIUM_DB_PATH": "<your VERACIUM_DB_PATH>",
"VERACIUM_USER": "<your VERACIUM_USER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veracium": {
"command": "uvx",
"args": [
"veracium"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VERACIUM_DB_PATH": "<your VERACIUM_DB_PATH>",
"VERACIUM_USER": "<your VERACIUM_USER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"veracium": {
"type": "stdio",
"command": "uvx",
"args": [
"veracium"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VERACIUM_DB_PATH": "<your VERACIUM_DB_PATH>",
"VERACIUM_USER": "<your VERACIUM_USER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veracium": {
"command": "uvx",
"args": [
"veracium"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VERACIUM_DB_PATH": "<your VERACIUM_DB_PATH>",
"VERACIUM_USER": "<your VERACIUM_USER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veracium": {
"command": "uvx",
"args": [
"veracium"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"VERACIUM_DB_PATH": "<your VERACIUM_DB_PATH>",
"VERACIUM_USER": "<your VERACIUM_USER>"
}
}
}
}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.veracium-ai%2Fveracium)<a href="https://mcptoplist.com/server/io.github.veracium-ai%2Fveracium"><img src="https://mcptoplist.com/badge/io.github.veracium-ai%2Fveracium.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
veracium-ai
Available versions (17)
| Version | Published |
|---|---|
| 0.16.0 | Aug 26, 2026 |
| 0.15.0 | Aug 24, 2026 |
| 0.14.0 | Aug 23, 2026 |
| 0.13.0 | Aug 21, 2026 |
| 0.12.0 | Aug 20, 2026 |
| 0.11.0 | Aug 16, 2026 |
| 0.10.0 | Aug 15, 2026 |
| 0.9.0 | Aug 14, 2026 |
| 0.8.0 | Aug 13, 2026 |
| 0.7.0 | Aug 11, 2026 |
| 0.6.0 | Aug 8, 2026 |
| 0.5.0 | Aug 7, 2026 |
| 0.4.3 | Jul 31, 2026 |
| 0.4.2 | Jul 30, 2026 |
| 0.4.1 | Jul 29, 2026 |
| 0.3.0 | Jul 29, 2026 |
| 0.2.3 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Veracium MCP Server?
- Veracium MCP Server is maintained by veracium-ai, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is Veracium MCP Server listed on the Official MCP Registry?
- Yes — Veracium MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Veracium MCP Server have?
- MCP Toplist tracks 17 versions of Veracium MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for Veracium MCP Server?
- The source code for Veracium MCP Server is hosted at github.com/veracium-ai/Veracium.