Skip to main content
Glama

Chunky MCP

by ebwinters

chunky-mcp

An MCP server to handle chunking and reading large responses

Before:

before

After:

after

Quick Install

Using UV

Cloning

  1. git clone https://github.com/ebwinters/chunky-mcp.git
  2. cd chunky-mcp
  3. pip install -e .

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 )

Dev Setup

  1. Install uv
  2. uv venv
  3. .\.venv\Scripts\activate
  4. uv sync
-
security - not tested
A
license - permissive license
-
quality - not tested

An MCP server that manages chunking and reading of large responses, allowing tools to handle oversized data that would otherwise fail.

  1. Quick Install
    1. Using UV
    2. Cloning
  2. Usage
    1. Dev Setup

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
        Last updated -
        4
        146
        12
        TypeScript
        MIT License
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        A MCP Server used to collect MCP Servers over the internet.
        Last updated -
        3
        18
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server for fetching and transforming web content into various formats.
        Last updated -
        4
        4
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.
        Last updated -
        340
        MIT License
        • Apple

      View all related MCP servers

      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