mcp-server-skills
Verified Safeby tomoharu-hayashi
Overview
Provides a persistent, searchable, and version-controlled knowledge base for AI agents to learn from and refer to, simulating human learning processes.
Installation
uvx --from git+https://github.com/tomoharu-hayashi/mcp-server-brain.git mcp-brainEnvironment Variables
- MCP_BRAIN_DIR
Security Notes
The server uses `pickle.load` for its embedding cache, which can be a security risk if the cache file is compromised by an attacker. However, the cache is self-generated and validated with a hash, mitigating the risk under normal operation. Platform-specific `osascript` calls are sanitized to prevent injection. `subprocess` calls do not use `shell=True`.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
autolearn
AutoLearn is a Model Context Protocol (MCP) server that enables AI agents to dynamically create, refine, and reuse functional code workflows (skills) from natural language, acting as a self-improving coding agent.