MCP Hub Webapp (GUI)

Tired of modifying JSON configuration files manually? The MCP Hub UI gives you a seamless way to integrate 3rd-party connectors and toggle custom tools instantly without overloading the AI model's context window.

The Problem We Solve

Overloaded Context Windows

Exposing 31+ tools to an LLM all at once completely saturates the context window, leaving no room for actual reasoning or user prompts. Manually editing "mcp.json" to enable/disable tools is tedious and error-prone.

Visual Tool & Connector Management

The GUI allows you to logically group and selectively expose only the tools you need right now. Additionally, it handles API keys via your system ring seamlessly, so your keys are completely safe.

Getting Started

If you have the PyPI package installed locally, getting the UI started takes one command.

bash
# Ensure you have agentic-store-mcp installed
pip install agentic-store-mcp --upgrade

# Launch the Web GUI (will open browser at http://localhost:8765)
agentic-store-webapp

Key Capabilities

  • 1-Click Tool Toggling: Selectively enable or disable tools to keep your AI client focused and save prompt tokens.
  • Secure Connector Management: Insert your GitHub, OpenAI, or other API keys into proper credential managers locally without hardcoding JSON config envs.
  • Memory Inspection & Editing: View the currently saved states, checkpoints, and change logs maintained by the memory layer directly inside the browser.
  • Auto-Generated Client Configs: Retrieve auto-generated pasteable config snippets custom-fitted for Claude Desktop, Cursor, or Windsurf.