Chunky MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chunky MCPchunk and read the large database export I just generated"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
chunky-mcp
An MCP server to handle chunking and reading large responses
Before:

After:


Quick Install
Using Pip
Cloning
git clone https://github.com/ebwinters/chunky-mcp.gitcd chunky-mcppip install -e .
Related MCP server: JSON Analyser MCP
Usage
Import the helper in your tool:
from chunky_mcp_utils import handle_large_response
@mcp.tool()
def my_tool() -> list[types.TextContent]:
"""
Gets a list of all the employees in the system from the database
"""
# Call might give a large JSON response
response = requests.get("https://someblob.com")
response_data = response.json()
# Chunker handles the large response and calls following read chunk tools
return handle_large_response(
response_data,
my_tool.__name__,
_chunker
)Add MCP entry
"chunky": {
"type": "stdio",
"command": "chunky-mcp",
"args": []
}Dev Setup
Install
uvuv venv.\.venv\Scripts\activateuv sync
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides tools for exploring large OpenAPI schemas without loading entire schemas into LLM context. Perfect for discovering and analyzing endpoints, data models, and API structure efficiently.914MIT
- Alicense-qualityDmaintenanceA memory-efficient MCP server for analyzing large JSON files with streaming, querying, schema detection, and chunk processing.101MIT
- Flicense-qualityCmaintenanceAn MCP server that provides tools for filesystem, database, web, system, and shell operations, along with resources and prompts via SSE transport.
- Alicense-qualityCmaintenanceA proxy MCP server that lazy-loads tools from configured servers on demand, reducing token usage and enabling mid-session server switching.11MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
An MCP server for deep research or task groups
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ebwinters/chunky-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server