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
Installation
npx -y agent-hanju/char-index-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub