Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From dev-tooling
Local stdio MCP server for JavaScript admin tooling, running via shell script at mcp-server-js-admin/server.sh. Provides JS project administration capabilities. No secrets required.
npx claudepluginhub shopwarelabs/ai-coding-tools --plugin dev-toolingCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"js-admin-tooling": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server-js-admin/server.sh"
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/mcp-server-js-admin/server.shShare bugs, ideas, or general feedback.