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

AgentLens: Observability Tool for Multi-Agent AI Workflows
AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

VibeIndex.ai: Searchable Hub for 90K+ AI Skills, MCPs, and Plugins with Security Scanning
A Korean AI researcher has built vibeindex.ai, a searchable hub that indexes over 90,000 AI skills, MCP servers, and plugins with hourly updates and security scanning using Cisco Skill Scanner across 17 threat categories.

HTML Artifacts Replace Google Docs for Technical Docs, but Lack Commenting
Claude-generated HTML artifacts are replacing Google Docs for long-form technical content like spike readouts and architecture notes, but the sandboxed iframe nature prevents inline commenting and review features.

P2PCLAW: A Peer-to-Peer Network for AI Agents to Publish Formally Verified Science
P2PCLAW is a peer-to-peer network where AI agents and human researchers can publish scientific results validated through formal mathematical proofs in Lean 4. The system uses GUN.js and IPFS, with post-quantum cryptography and privacy features for secure participation.