Agenticstore — The Open Source Standard For Local Mcp Tooling
@agenticstore
About Agenticstore — The Open Source Standard For Local Mcp Tooling
AgenticStore: The secure toolkit for AI agents. Instantly equip Claude Desktop, Cursor, and Windsurf with 27+ MCP tools, persistent memory, and SearXNG search, all protected by a built-in PII prompt firewall to protect your data from being exposed to AI agents.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agenticstore": {
"command": "uvx",
"args": [
"agentic-store-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agenticstore?
Agenticstore is an open-source Model Context Protocol (MCP) server that provides an LLM prompt firewall, token optimization, and AI security toolkit. It offers 31 agent tools for data privacy, prompt recording, audit logs, and AI assistant integration with Claude Code, Cursor, and Windsurf.
How to use Agenticstore?
Install via pip install agentic-store-mcp --upgrade or uvx agentic-store-mcp, then run agentic-store-mcp. Configure your AI client manually in its config file or use the bundled GUI webapp (agentic-store-webapp at http://localhost:8765) for visual management. Quick start options include V0 (PyPI), V1 (GitHub source), and V2 (MCP Hub UI).
Key features of Agenticstore
- 🛡️ LLM Prompt Firewall with proxy interception and sanitization
- 🧰 31 specialized MCP tools across code, data, memory, and system modules
- 🧠 Persistent agent memory that survives restarts and sessions
- ✂️ Token optimization with code compression and context pruning
- 🌐 Self-hosted web search via SearXNG (optional)
- 🔒 100% local execution for full data privacy
Use cases of Agenticstore
- Protect sensitive enterprise data by intercepting and sanitizing prompts before they reach remote LLMs
- Generate audit traces and prompt recording logs for AI usage compliance
- Reduce token burn and context window degradation through compression and pruning
- Equip AI assistants with persistent memory, CVE scanning, and web search capabilities
FAQ from Agenticstore
What runtime dependencies does Agenticstore require?
Python 3.12+ is required. The firewall feature is currently tested and stable on macOS; Linux and Windows support is coming soon. Optional integrations include Ollama for local LLM sanitization and SearXNG for web search.
Is Agenticstore free and open-source?
Yes, it is fully free with no accounts, paywalls, or subscriptions. Licensed under MIT.
How many tools does Agenticstore provide?
It provides 31 MCP tools, divided into 22 local-only tools (no external API), 7 tools requiring remote APIs, 6 with write access, and 25 read-only tools.
Does Agenticstore send data to the cloud?
No. Every operation runs locally on your machine. The prompt firewall intercepts and audits traffic locally before it reaches any external API.
Which AI clients are supported?
It supports Claude Code (CLI), Cursor, and Windsurf. Configuration can be done manually in client config files or automatically via the GUI webapp.
More Reasoning MCP servers
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Comments