dev-toolbox
Verified Safeby ahrav
Overview
A comprehensive development toolbox for AI/LLM development, including resources for building and managing MCP (Model Context Protocol) servers and an extensive collection of specialized coding agents.
Installation
No command providedSecurity Notes
The provided source code primarily consists of agent definitions and workflow documentation. These documents extensively detail robust security practices for agent design, code review, API security, and MCP server implementation, covering OWASP Top 10, input validation, authentication, cryptography, and memory safety. No direct executable code of an MCP server is provided within the truncated source, so actual runtime security cannot be audited. However, the comprehensive nature of the security-focused agents (e.g., `rust-security-auditor`, `security-auditor`, `api-security-audit`) and development workflows indicates a very strong commitment to secure development principles.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
toolhive-registry
Connect to and query your Elasticsearch data, enabling AI assistants to perform searches, retrieve mappings, list indices, and get shard information.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.