{% extends "base.html" %} {% block title %}Firewall — AgenticStore{% endblock %} {% block content %}
Intercepts all Claude traffic at the OS level — no manual env vars needed.
Fast regex + entropy detection. Runs on every request, zero latency.
Local open-source model via Ollama catches context-aware leaks that regex misses.
Configure credentials once — all linked tools will use them automatically.
Select which tools to expose in your MCP client.
Choose your AI client. We'll write the MCP config automatically.
Persistent memory so AI agents can hand off work across sessions.
Free-form markdown. Agents read this to understand your project goals and constraints.
Common issues and fixes.
The GitHub API rejected your token — expired, wrong scopes, or pasted incorrectly.
Fine-grained PATs hit unexpected 401s for org repos. A Classic PAT with repo scope is most reliable.
agentic-store-mcpGo to → GitHub → paste token → Save → Test Connection.
Webapp and MCP server run in separate containers — both must mount the same volume.
docker compose up -d
Go to and save your tokens.
Your client config must include the -v flag. See the tab for the snippet.
Dependencies aren't installed yet.
uv sync
MCP server exited immediately. Virtual environment is missing or stale.
cd /path/to/agentic-store-mcp uv sync
deactivate uv sync
Restart Claude Desktop / Cursor so the MCP server relaunches with the updated environment.