mcp-loom
Rank #19,767io.github.buttonmonkey/mcp-loom
Stdio MCP proxy: intercepts oversized tool results into a queryable embedded DuckDB.
mcp-loom is a Model Context Protocol (MCP) server published by buttonmonkey. It ranks #19,767 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-loom is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 5, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 95,824 of 115,591 servers on MCP Toplist.
Use mcp-loom
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-loom -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y mcp-loomReplace each placeholder with your own value before saving.
[mcp_servers.mcp-loom]
command = "npx"
args = ["-y", "mcp-loom"]
[mcp_servers.mcp-loom.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-loom": {
"command": "npx",
"args": [
"-y",
"mcp-loom"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-loom": {
"command": "npx",
"args": [
"-y",
"mcp-loom"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-loom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-loom"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-loom": {
"command": "npx",
"args": [
"-y",
"mcp-loom"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-loom": {
"command": "npx",
"args": [
"-y",
"mcp-loom"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}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.buttonmonkey%2Fmcp-loom)<a href="https://mcptoplist.com/server/io.github.buttonmonkey%2Fmcp-loom"><img src="https://mcptoplist.com/badge/io.github.buttonmonkey%2Fmcp-loom.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
buttonmonkey
Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | Jul 6, 2026 |
Frequently asked questions
- Who maintains mcp-loom?
- mcp-loom is maintained by buttonmonkey, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is mcp-loom listed on the Official MCP Registry?
- Yes — mcp-loom is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-loom have?
- MCP Toplist tracks 1 version of mcp-loom, most recently published on Jul 6, 2026.
- Where can I find the source code for mcp-loom?
- The source code for mcp-loom is hosted at github.com/buttonmonkey/mcp-loom.