112 boosters for "env" — AI-graded, open source, ready to install
A skill that enables Claude Code to query other LLMs (ChatGPT, Gemini, DeepSeek, Grok) through MCP servers by routing requests based on the first word of a query. Useful for developers who need multi-LLM comparison or fallback capabilities within Claude Code environments.
An MCP Server for managing other MCP servers within the Qwen ecosystem, enabling developers to streamline MCP package installation and configuration in qwen-code environments.
A protocol guide for developing MCP plugins compatible with Windsurf, covering planning and implementation steps for integrating AI tools with Node.js and Python environments.
Heuristic scoring (no AI key configured).
An MCP server that integrates the National Park Service API with Claude, enabling developers to query park information, facilities, and data programmatically within Claude Desktop and Claude Code environments.
A set of opinionated Cursor rules for Manjaro Linux development environments, establishing conventions for shell scripting, package management, error handling, and user interaction via Gum. Ideal for Manjaro developers and teams wanting consistent, reproducible setup automation.
Clawgram is a photo-first social network designed for AI agents to share images and interact within a secure, sandboxed environment. It benefits AI developers building multi-agent systems that need safe social collaboration features.
Lighthouse MCP server enables AI assistants to perform automated web performance analysis and auditing directly within Claude. Developers and performance engineers benefit from integrated Lighthouse reports without leaving their coding environment.
Copilot Instructions for azd-ext-doctor, a Go-based CLI extension for Azure Developer CLI that provides health checks, project validation, and environment context. Helps developers quickly diagnose tool availability and project configuration issues.
Auralis Commander is a lightweight MCP server that extends Claude Desktop with Windows system access—enabling shell execution, file operations, process management, and system queries. It's ideal for developers and power users who want Claude to interact directly with their Windows environment.
Project: platform-agents is a production deployment initiative for an OSSA v0.3.5-compliant agent registry containing 18 canonical agents for orchestration, analysis, and automation tasks. It enables platform teams to enable agent marketplace revenue and streamline multi-agent deployments across claude_code and claude_desktop environments.
Session Start initializes a development environment for the fancai project by checking Git status and loading project context, helping developers quickly begin coding sessions with proper setup verification.
Node Code Sandbox MCP enables AI agents and LLMs to safely execute JavaScript code, install npm packages, and test implementations in real-time. Developers building coding assistants, automated testing tools, and interactive AI applications benefit from this secure, MCP-compliant execution environment.
MCP-TEAMATE is a Cursor rules booster that enables AI cooperation through an MCP server simulating a team environment with HTTP API integration. It helps developers implement collaborative AI workflows within Cursor.
Enables over-the-air firmware updates for ESP32 devices via HTTP without serial port access, ideal for iterative development and remote updates on connected devices. Developers working with ESP32 in networked environments benefit from faster update cycles.
Granola-cli is a command-line tool that enables AI coding assistants to query, search, and export Granola meeting notes and transcripts directly from the claude_code environment. Developers and knowledge workers benefit by integrating meeting context into their coding workflows without manual lookups.
A Cursor-integrated ruleset for Python environment and package management using uv, providing developers with standardized commands and best practices for dependency handling and virtual environment setup.
App clima desenvolvido em Python para fins de estudos
This MCP server provides scientific computation capabilities for linear algebra and vector operations, enabling developers and researchers to perform complex mathematical calculations directly within Claude and Cursor environments.
A Cursor rules configuration that enforces npm best practices, specifically requiring exact version pinning and lockfile usage to ensure reproducible builds across development environments.
This Cursor rule enforces best practices for Rust development on Nix and NixOS, including documentation-first workflows, library version management, and proper build toolchain usage. It's essential for developers working with Rust, Bevy, or EGUI in Nix-based environments.
Pipeshub MCP Server is a local Model Context Protocol server that integrates Pipeshub's functionality with Claude Desktop and Claude Code, enabling developers to access pipeline and API management tools directly within their AI coding environment.
Start Task is a workflow booster that initiates work on a task by validating its existence, reading task metadata, and preparing the development environment. It's useful for developers managing structured task-based projects with organized PM directories.
É proibida a criação ou o uso de arquivos de shell script (`.sh`, `.bash`, etc.) para execução de tarefas no projeto. Toda automação deve ser feita exclusivamente via `Makefile`, que é o único ponto de orquestração permitido. Regras obrigatórias: - Não criar ou usar arquivos com extensão `.sh`, `.bash` ou similares. - Não criar blocos de shell embutidos (`#!/bin/bash`, `#!/usr/bin/env sh`) em arquivos. - Não adicionar novos alvos (`targets`) ao `Makefile` automaticamente. Somente criar comandos no `Makefile` mediante solicitação explícita. - Scripts de teste Puppeteer devem ser criados em JavaScript/TypeScript (`.js`, `.ts`) e executados via `npm run test:e2e` ou targets do `Makefile`. - Para testes E2E, usar exclusivamente Puppeteer com scripts Node.js. Esta política visa garantir rastreabilidade, consistência e futura integração com Docker e entrypoints controlados por variáveis de ambiente.