Hardening MCP Server
Rank #45,362io.github.RCOLKITT/vaspera-hardening
Enterprise certification for codebases with multi-agent security, reliability, and quality audits
Hardening MCP Server is a Model Context Protocol (MCP) server published by RCOLKITT. It ranks #45,362 of 115,460 servers tracked on MCP Toplist. Hardening MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 70,098 of 115,460 servers on MCP Toplist.
Use Hardening MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vaspera-hardening -e "VASPERA_PROJECTS_DIR=<your VASPERA_PROJECTS_DIR>" -- npx -y vaspera-hardening-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vaspera-hardening]
command = "npx"
args = ["-y", "vaspera-hardening-mcp-server"]
[mcp_servers.vaspera-hardening.env]
VASPERA_PROJECTS_DIR = "<your VASPERA_PROJECTS_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-hardening": {
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<your VASPERA_PROJECTS_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-hardening": {
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<your VASPERA_PROJECTS_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vaspera-hardening": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<your VASPERA_PROJECTS_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-hardening": {
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<your VASPERA_PROJECTS_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vaspera-hardening": {
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<your VASPERA_PROJECTS_DIR>"
}
}
}
}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.RCOLKITT%2Fvaspera-hardening)<a href="https://mcptoplist.com/server/io.github.RCOLKITT%2Fvaspera-hardening"><img src="https://mcptoplist.com/badge/io.github.RCOLKITT%2Fvaspera-hardening.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RCOLKITT
Other servers by RCOLKITT
- Vasperamemory#2,926 · 2 vers
- AccountingQB-MCP#4,952 · 7 vers
- Ccboot MCP Server#6,400 · 2 vers
- VasperaPM#44,850 · 3 vers
- Candidcost#60,424 · 1 ver
- Rebar MCP#87,704
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Apr 13, 2026 |
| 1.0.1 | Apr 13, 2026 |
Frequently asked questions
- Who maintains Hardening MCP Server?
- Hardening MCP Server is maintained by RCOLKITT, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Hardening MCP Server listed on the Official MCP Registry?
- Yes — Hardening MCP Server is listed on the Official MCP Registry.
- How many versions does Hardening MCP Server have?
- MCP Toplist tracks 2 versions of Hardening MCP Server, most recently published on Apr 13, 2026.
- Where can I find the source code for Hardening MCP Server?
- The source code for Hardening MCP Server is hosted at github.com/RCOLKITT/hardening-mcp.