local-mcp-tools

coolthejackal/local-mcp-tools
★ 1 stars TypeScript 💻 Code/Dev Tools Updated today
Local MCP server for Claude Code that scans your TypeScript/JavaScript project files and provides intelligent context — runs entirely on your machine, no data leaves locally.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "coolthejackal/local-mcp-tools"
      ]
    }
  }
}