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.
Quick Start
Clone the repository:
git clone https://github.com/agent-hanju/char-index-mcpClaude 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.