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.
创建于 4/29/2026
更新于 about 3 hours ago
README
Repository documentation and setup instructions
README not found
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-local-mcp-tools
Cursor 配置 (mcp.json)
{
"mcpServers": {
"coolthejackal-local-mcp-tools": {
"command": "npx",
"args": [
"coolthejackal-local-mcp-tools"
]
}
}
}