densely
Rank #7,282io.github.alibaizhanov/densely
Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads
densely is a Model Context Protocol (MCP) server published by alibaizhanov. It ranks #7,282 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. densely is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 108,178 of 115,460 servers on MCP Toplist.
Use densely
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add densely -- uvx densely[mcp_servers.densely]
command = "uvx"
args = ["densely"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"densely": {
"type": "stdio",
"command": "uvx",
"args": [
"densely"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"densely": {
"command": "uvx",
"args": [
"densely"
]
}
}
}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.alibaizhanov%2Fdensely)<a href="https://mcptoplist.com/server/io.github.alibaizhanov%2Fdensely"><img src="https://mcptoplist.com/badge/io.github.alibaizhanov%2Fdensely.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
alibaizhanov
Other servers by alibaizhanov
View all alibaizhanov servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 11, 2026 |
Frequently asked questions
- Who maintains densely?
- densely is maintained by alibaizhanov, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is densely listed on the Official MCP Registry?
- Yes — densely is listed on the Official MCP Registry, alongside Glama.
- How many versions does densely have?
- MCP Toplist tracks 1 version of densely, most recently published on Aug 11, 2026.
- Where can I find the source code for densely?
- The source code for densely is hosted at github.com/alibaizhanov/densely.