Agenticstore — The Open Source Standard For Local Mcp Tooling
@agenticstore
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agenticstore": {
"command": "uvx",
"args": [
"agentic-store-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
推理 分类下的更多 MCP 服务器
MCP Sandbox
JohanLi233Python sandboxes for llms
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
评论