Sanctum
Rank #10,702io.github.jwgale/sanctum
MCP server providing sanctum capabilities
Sanctum is a Model Context Protocol (MCP) server published by SanctumSec. It ranks #10,702 of 132,046 servers tracked on MCP Toplist. Sanctum is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 121,344 of 132,046 servers on MCP Toplist.
Use Sanctum
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sanctum -- npx -y @sanctumai/mcp-server[mcp_servers.sanctum]
command = "npx"
args = ["-y", "@sanctumai/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sanctum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sanctum": {
"command": "npx",
"args": [
"-y",
"@sanctumai/mcp-server"
]
}
}
}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.jwgale%2Fsanctum)<a href="https://mcptoplist.com/server/io.github.jwgale%2Fsanctum"><img src="https://mcptoplist.com/badge/io.github.jwgale%2Fsanctum.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
SanctumSec
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Feb 14, 2026 |
| 0.3.2 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sanctum?
- Sanctum is maintained by SanctumSec, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Sanctum listed on the Official MCP Registry?
- Yes — Sanctum is listed on the Official MCP Registry.
- How many versions does Sanctum have?
- MCP Toplist tracks 3 versions of Sanctum, most recently published on Feb 14, 2026.
- Where can I find the source code for Sanctum?
- The source code for Sanctum is hosted at github.com/SanctumSec/sanctum.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.