Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright Š 2025 Acme. All rights reserved.¡Terms of Service¡Privacy Policy¡Cookies
  1. Home
  2. Development Tools Mcp Servers
  3. Custom Context MCP

Custom Context MCP

A Model Context Protocol (MCP) server that transforms text into structured JSON data using templates with placeholders, directly supporting MCP server ecosystems.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Development Tools Mcp Servers

Tags

4 Items
#mcp
#context-management
#template
#json

Similar Products

6 result(s)
llm-context

A tool to share code context with LLMs via Model Context Protocol or clipboard, enhancing code understanding and collaboration.

mcp-rs-template

mcp-rs-template offers a Rust-based CLI server template for MCP implementation, focusing on performance and extensibility.

Claude desktop api use via mcp

A server that enables Claude Desktop users to access the Claude API directly, bypass Professional Plan limitations, and use advanced features like custom system prompts and conversation management. A practical MCP server for enhanced Claude integration.

Claude Server

An MCP server enhancing Claude's context management, knowledge organization, and conversation thread storage across sessions. Relevant as a robust MCP server solution for persistent state and project context organization.

Codebase Context Dumper

A Model Context Protocol (MCP) server designed for dumping codebase context into LLMs, making it easier for AI models to access relevant project information. Exemplifies MCP server usage.

Cwkcursorpippamcp

A comprehensive memory management system MCP server for Cursor IDE, allowing AI assistants to remember, recall, and manage information across conversations—showcasing advanced MCP server design.

Custom Context MCP

Source Code

Category

Development Tools – MCP Servers

Description

Custom Context MCP is a Model Context Protocol (MCP) server designed to transform unstructured text into structured JSON data using customizable templates with placeholders. It supports integration within MCP server ecosystems and provides tools for structuring and extracting data from text based on JSON templates.

Features

  • Text-to-JSON Transformation: Transforms unstructured text into structured JSON using templates.
  • Group Text by JSON (group-text-by-json):
    • Accepts a JSON template with placeholders.
    • Generates an AI prompt to group text according to the template's structure.
    • Extracts placeholder keys from the template and creates a prompt for AI to extract information in key-value format.
  • Text to JSON (text-to-json):
    • Converts grouped text (from the previous tool) into a structured JSON object.
    • Extracts key-value pairs from text and structures them as per the original template.
  • Flexible Template Format:
    • Supports placeholders anywhere within valid JSON structures, including nested placeholders.
  • Custom Hot Reloading for Development:
    • Includes a custom hot reloading setup for efficient development workflow.
  • MCP Inspector Integration:
    • Can be used with MCP Inspector for visual debugging of requests and responses.

Pricing

No pricing information provided. The project appears to be open source.

Tags

mcp, context-management, template, json