ToolStorePy builds MCP servers from prompts
ToolStorePy is a Python-based CLI designed to simplify the creation of Model Context Protocol (MCP) servers for local agent workflows. By taking plain English descriptions, the tool uses semantic search to find matching tool implementations from a local vector index and synthesizes them into a single, functional MCP server. The entire pipeline runs locally, using AST parsing for security to ensure untrusted code is never executed during the build process, and currently supports tools for tasks ranging from system monitoring and Docker management to PDF processing and networking.
ToolStorePy is the "glue code" automator the local agent ecosystem desperately needs to move past basic chatbot demos.
- –Eliminates the friction of manual MCP server configuration via semantic tool discovery.
- –Local-first architecture with AST-based security checks aligns perfectly with the privacy-centric LocalLLaMA community.
- –The pre-release status means the tool index is currently the bottleneck, but the framework is extensible.
- –Potential to become a standard registry for local AI tools if community adoption follows the "pip install" ease of use.
DISCOVERED
25d ago
2026-03-17
PUBLISHED
25d ago
2026-03-17
RELEVANCE
AUTHOR
Kill_Streak308