data-ai MCP Server
Smarter reads, safer edits. An MCP plugin that cuts token usage and catches editing mistakes before they hit disk. Supports Claude Code, Gemini CLI, GitHub Copilot, and Codex.
Discovered via github-seeds and last synced 3mo ago.
1. Install the package
npx trueline-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"trueline-mcp": {
"command": "npx",
"args": [
"trueline-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)