CorentinTh/it-tools
Collection of handy online tools for developers, with great UX.
Platform-specific configuration:
{
"mcpServers": {
"it-tools": {
"command": "npx",
"args": [
"-y",
"it-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<picture> <source srcset="./.github/logo-dark.png" media="(prefers-color-scheme: light)"> <source srcset="./.github/logo-white.png" media="(prefers-color-scheme: dark)"> </picture>
<p align="center"> Useful tools for developer and people working in IT. <a href="https://it-tools.tech">Try it!</a> </p>
Please check the issues to see if some feature listed to be implemented.
You have an idea of a tool? Submit a feature request!
Self host solutions for your homelab
From docker hub:
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latestFrom github packages:
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latestOther solutions:
VSCode with the following extensions:
with the following settings:
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"i18n-ally.localesPaths": ["locales", "src/tools/*/locales"],
"i18n-ally.keystyle": "nested"
}.vue Imports in TSTypeScript cannot handle type information for .vue i
Loading reviews...