MCP Directory

agent-hanju/char-index-mcp

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y char-index-mcp

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route agent-hanju/char-index-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add char-index-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use agent-hanju/char-index-mcp directly without routing

npx -y char-index-mcp

New to Agent-CoreX? View setup guide →

agent-hanju/char-index-mcp MCP Server — Agent-CoreX