MCP Slim Guard Server
Rank #6,110io.github.lennney/mcp-slim-guard
76% fewer MCP tokens in our standard benchmark. Same upstream call. Exact recovery.
MCP Slim Guard Server is a Model Context Protocol (MCP) server published by lennney. It ranks #6,110 of 115,460 servers tracked on MCP Toplist, and its repository has 153 GitHub stars. MCP Slim Guard Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 109,350 of 115,460 servers on MCP Toplist.
Use MCP Slim Guard Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-slim-guard -- npx -y mcp-slim-guard[mcp_servers.mcp-slim-guard]
command = "npx"
args = ["-y", "mcp-slim-guard"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-slim-guard": {
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-slim-guard": {
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-slim-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-slim-guard": {
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-slim-guard": {
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}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.lennney%2Fmcp-slim-guard)<a href="https://mcptoplist.com/server/io.github.lennney%2Fmcp-slim-guard"><img src="https://mcptoplist.com/badge/io.github.lennney%2Fmcp-slim-guard.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lennney
Other servers by lennney
View all lennney servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1-alpha.1 | Jul 31, 2026 |
| 0.1.0 | Jul 23, 2026 |
Frequently asked questions
- Who maintains MCP Slim Guard Server?
- MCP Slim Guard Server is maintained by lennney, which publishes 7 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Slim Guard Server listed on the Official MCP Registry?
- Yes — MCP Slim Guard Server is listed on the Official MCP Registry.
- How many versions does MCP Slim Guard Server have?
- MCP Toplist tracks 2 versions of MCP Slim Guard Server, most recently published on Jul 31, 2026.
- Where can I find the source code for MCP Slim Guard Server?
- The source code for MCP Slim Guard Server is hosted at github.com/lennney/mcp-slim-guard.