AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools

AgenticStore MCP is an open-source Python toolkit designed to simplify MCP (Model Context Protocol) configuration for Claude Desktop. It replaces the need to run multiple separate Node.js servers and manually edit JSON configuration files with a single installation that provides 27 local tools.
Key Features
The toolkit provides three main categories of functionality:
- True Persistent Memory: 12 specific tools for writing to local JSON files, allowing Claude to retrieve context from previous sessions even in fresh chats days later.
- Web Search without API quotas: Integration with SearXNG for deep web crawling and live searches that run privately on your local machine.
- Repo Auditing: Tools for running regex searches across entire projects, linting Python code natively, and automatically drafting Git commits without manual command execution.
Installation and Setup
The tool is specifically designed to avoid Docker and Node.js requirements. Installation is done via pip:
pip install git+https://github.com/agenticstore/agentic-store-mcp.gitOnce installed, you add the agentic-store-mcp command to your Claude Desktop config file to automatically gain access to all 27 tools. The toolkit includes a local web GUI that lets you visually toggle which tools Claude has access to without manually editing JSON configuration files.
This approach addresses the current MCP ecosystem complexity where users typically need to run separate servers for filesystem access, SQLite for memory, and Puppeteer containers for search, then carefully edit claude_desktop_config.json each time they want to enable or disable tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Sandbox0: Open-Source Kubernetes-Native Sandbox Infrastructure for AI Agents
Sandbox0 is an open-source sandbox infrastructure for AI agents built on Kubernetes with persistent storage via JuiceFS and auto-scaling. It addresses limitations like concurrency caps and ephemeral execution found in existing solutions.

Claude Code Rewrites PostHog's SQL Parser for 70x Speedup – How Property-Based Testing and Parallel Agents Worked
PostHog used multiple Claude Code sessions in parallel to rewrite their SQL parser, achieving a 70x speedup. The new parser is 16K lines of hand-rolled recursive-descent code with property-based testing.

Developer builds Rust compression library with Claude Opus 4.6, questions utility
A developer used Claude Opus 4.6 for two weeks to create a 15,800-line Rust compression library with 449 passing tests, Python bindings, and C FFI layer, but questions whether another compression library was needed.

Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Meta Ads MCP OAuth flow works and loads 29 tools, but ads_get_ad_accounts returns is_ads_mcp_enabled: false with a message that the feature is gradually rolling out.