developer tools

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.

python
cloud
local
macos
windows
linux
developer tools
0
View on GitHub

Installation

npx -y agent-hanju/char-index-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub