mcp-masterclass
Verified Safeby genaiunplugged14
Overview
Enables AI agents to learn from their experiences by tracking outcomes, identifying patterns, and automatically improving strategies over time.
Installation
python server.pySecurity Notes
The server primarily performs file I/O operations on a dedicated 'learning_data.json' file within its own directory. No arbitrary file paths are accepted from user input, and there are no direct shell command executions, 'eval' calls, or hardcoded sensitive credentials. Its operation is localized and appears safe within the context of the Model Context Protocol (MCP) framework.
Similar Servers
dev-kit-mcp-server
A Model Context Protocol (MCP) server targeted for agent development tools, providing scoped authorized operations in the root project directory.
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.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
code-buddy
Provides an AI-powered coding companion with comprehensive file system and development tools, integrating with MCP-compatible clients like Claude Desktop.