Provides tools for performing web searches via a self-hosted SearXNG instance, returning ranked results with titles, URLs, and snippets from various categories and languages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentic-store-mcpsearch for the latest news on the Model Context Protocol"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
β‘ AgenticStore MCP: The Ultimate Open-Source AI Agent Toolkit
Supercharge your AI Assistant with 27 Powerful Model Context Protocol (MCP) Tools
π Quick Start β’ π Full Tool Directory β’ π Web Search β’ π Client Setup β’ π₯οΈ GUI Webapp
π Capabilities at a Glance
AgenticStore provides a robust Model Context Protocol (MCP) implementation for Claude Desktop, Cursor, and Windsurf. It functions as a self-hosted AI Agent Toolkit, enabling autonomous code review, web search via SearXNG, and persistent LLM memory.
AgenticStore MCP turns Claude Desktop, Cursor, and Windsurf into unstoppable autonomous agents. Get instant access to web search, codebase analysis, deep semantic memory, and a beautiful local GUIβall locally hosted, with absolutely zero subscriptions or vendor lock-in.
π₯ Why Choose AgenticStore MCP?
Feature | AgenticStore MCP | Standard MCP Servers |
Memory Persistence | π§ Yes (survives restarts) | β No |
Web Search | π Self-hosted SearXNG | β Usually No |
Capabilities | οΏ½οΈ 27+ specialized tools | βοΈ 1 to 5 basic tools |
Configuration | π₯οΈ Web GUI Dashboard | βοΈ Manual JSON setup |
Privacy | οΏ½π 100% Local Execution | π Varies |
π 100% Privacy-First: Everything runs locally. Your code and data never leave your machine.
πΈ Truly Free: No accounts, no paywalls, no subscriptions.
π§ Persistent Agent Memory: Let your AI remember facts and contexts across sessions seamlessly.
β‘ Plug & Play: Installs instantly via
uvxorpip.
π Table of Contents
π§° What's Inside the Toolkit
Equip your AI client with these 4 powerhouse modules containing 27 specific tools:
Module | Purpose | Key Capabilities | Tools |
π» Code & Security | Codebase mastery & safety | Static analysis, CVE scans, Git commit summaries | 11 |
π Data & Search | Web access | Private web search (SearXNG) and deep web crawling | 2 |
π§ Memory | Agent context persistence | Save/read facts, session checkpoints, changelogs | 12 |
π§ Meta-Tools | Configuration & discovery | Tool discovery, runtime config management | 2 |
π Quick Start Guide (Fastest Way to Install)
Pick the setup that best fits your workflow. Don't know which to pick? Start with V0.
1οΈβ£ Install via PyPI
pip install agentic-store-mcp --upgrade(Or use uvx agentic-store-mcp if you have Astral's toolchain).
2οΈβ£ Run the MCP server
agentic-store-mcp3οΈβ£ (Optional) Check your installation
agentic-store-mcp --version4οΈβ£ Configure your AI Client
See the Connect to Your AI Client section to link it!
π‘ Pro-Tip (Web Search): Want web search? Check out our Copy-Paste Config below. See Web Search Setup.
1οΈβ£ Install directly from the repository
pip install git+https://github.com/agenticstore/agentic-store-mcp.git(Or using uv: uvx --from git+https://github.com/agenticstore/agentic-store-mcp.git agentic-store-mcp)
2οΈβ£ Run the MCP server
agentic-store-mcp3οΈβ£ Configure your AI Client
See the Connect to Your AI Client section to link it!
Forget manual JSON editing! Use our local web UI to:
π Connectors: Enter remote API keys securely (stored in OS keyring).
π οΈ Tools: Toggle which of the 27 tools to expose to the AI.
π» Clients: Auto-generate configuration for Claude, Cursor, and Windsurf.
π§ Memory: Manage persistent agent states, checkpoints, and logs.
Start the Hub via Python:
# Ensure it is installed via pip
pip install agentic-store-mcp --upgrade
# Launch the visual web controller
agentic-store-webapp Access it at: http://localhost:8765
π Connect to Your AI Client
Add the configuration snippet to your respective client's config file. Remember to restart the client after saving!
Client | Config File Path |
Claude Desktop (Mac) |
|
Claude Desktop (Win) |
|
Cursor |
|
Windsurf |
|
VS Code | Appends to your VS Code |
Standard Copy-Paste Config
Basic Setup:
{
"mcpServers": {
"agentic-store-mcp": {
"command": "agentic-store-mcp",
"args": []
}
}
}With Web Search (SearXNG) enabled:
{
"mcpServers": {
"agentic-store-mcp": {
"command": "agentic-store-mcp",
"args": [],
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
}
}
}π Tool Directory β All 27 Tools
Codebase Analysis
Analyze, search, and navigate your codebase flawlessly.
Tool | Capability |
| Runs static analysis on Python files (finds bugs, unused imports, complexity). No external deps. |
| Blazing-fast full-text search across local codebases with regex & file-type filtering. |
| Read files from defined paths, including specific line-range slicing. |
| Contextualize agents with recent repo history (diff stats, authors, messages). |
GitHub Integration
(Requires a GitHub Personal Access Token. Set via GITHUB_TOKEN or MCP Hub).
Tool | Capability |
| Fetch metadata: stars, forks, primary language, open issues. |
| Create, comment on, close, or list issues in accessible repositories. |
| Automatically open new internal Pull Requests with title & body definitions. |
Security & Auditing
Agent-driven DevSecOps.
Tool | Capability |
| Detects leaked secrets (API keys), PII, and validates |
| Scans |
| Fetches active CodeQL/Security alerts from GitHub. |
| Fetches Dependabot vulnerability alerts from GitHub. |
Tool | Capability |
| Extract clean markdown text, headings, and metadata from any URL. Handles redirects beautifully. |
| Conduct live web searches via self-hosted SearXNG. Returns structured snippets. |
Persistent memory lets AI agents hand off work across sessions and restarts. 100% locally stored.
Storage Primitives
Tool | Capability |
| Store a key-value fact in local JSON. Survives restarts. |
| Retrieve specific (or all) stored facts. |
| Fuzzy full-text search across all stored facts. |
| Append timestamped entries to an immutable session JSONL log (decision trails). |
| Save a complete snapshot: state, decisions, next steps, and client context. |
| Load a named checkpoint back into the active agent context. |
Productivity Layer
Tool | Capability |
| Initialize a new project context (stub files for plans, milestones, learnings). |
| One-call holistic session restore (loads latest checkpoint, plans, logs, and facts). |
| Create or update the active |
| Append or patch individual milestone progress via regex. |
| Log technical discoveries into a growing context directory. |
| Append semantic release notes to |
Tool | Capability |
| List all available toolkit tools, requirements, and descriptions. |
| Dynamically override runtime configurations and module states. |
π Enabling Web Search
To give your agent internet access, agentic_web_search uses a private SearXNG instance.
If you'd like to use a remote API or host your own container, simply append its URL.
Pass the environment variable to your AI Client:
{
"mcpServers": {
"agentic-store-mcp": {
"command": "agentic-store-mcp",
"args": [],
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
}
}
}π Advanced Usage & CLI Flags
Need granular control? Filter exactly what gets loaded via environment variables if integrating deeply without the web GUI.
# Debug: List what would be loaded and exit
agentic-store-mcp --listπ€ Contributing & Community
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you'd like to contribute code or improvements, please fork the repository and create a Pull Request.
β If this toolkit saved you 10 hours of configuration, please give us a star to help others find it!
π License & Support
This project is licensed under the MIT License β free to use, modify, and distribute. See LICENSE for details.
β Manage Everything Easier via the Webapp: agentic-store-webapp
Built with β€οΈ by AgenticStore.dev β Open-source AI tooling for everyone.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.