Skip to main content
Developer ToolsPython

agent-hanju/char-index-mcp

Precise character-level string indexing for LLMs. Provides tools for finding, extracting, and manipulating text by exact character position to solve position-based operations.

developer-toolscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/agent-hanju/char-index-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "char-index-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-hanju/char-index-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
agent-hanju