Precise character-level string indexing for LLMs. Provides tools for finding, extracting, and manipulating text by exact character position to solve position-based operations.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y char-index-mcpAgent-CoreX intelligently routes which tools from agent-hanju/char-index-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"char-index-mcp": {
"command": "npx",
"args": [
"-y",
"char-index-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add char-index-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use agent-hanju/char-index-mcp directly without routing
npx -y char-index-mcpNew to Agent-CoreX? View setup guide →