distil
Rank #10,859io.github.munhq/distil
Context optimization for LLM agents: tool registry, result masking, budgeting, compaction.
distil is a Model Context Protocol (MCP) server published by munhq. It ranks #10,859 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. distil is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 104,601 of 115,460 servers on MCP Toplist.
Use distil
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add distil -- npx -y @munhq/distil[mcp_servers.distil]
command = "npx"
args = ["-y", "@munhq/distil"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"distil": {
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"distil": {
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"distil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"distil": {
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"distil": {
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}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.munhq%2Fdistil)<a href="https://mcptoplist.com/server/io.github.munhq%2Fdistil"><img src="https://mcptoplist.com/badge/io.github.munhq%2Fdistil.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
munhq
Other servers by munhq
View all munhq servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.3 | Aug 28, 2026 |
| 0.3.2 | Aug 28, 2026 |
Frequently asked questions
- Who maintains distil?
- distil is maintained by munhq, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is distil listed on the Official MCP Registry?
- Yes — distil is listed on the Official MCP Registry.
- How many versions does distil have?
- MCP Toplist tracks 2 versions of distil, most recently published on Aug 28, 2026.
- Where can I find the source code for distil?
- The source code for distil is hosted at github.com/munhq/distil.