L
Local MCP Tools
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.
Created 4/29/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-local-mcp-tools
Cursor configuration (mcp.json)
{
"mcpServers": {
"coolthejackal-local-mcp-tools": {
"command": "npx",
"args": [
"coolthejackal-local-mcp-tools"
]
}
}
}