Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by adamsalah13 • Uncategorized
A pure agentic implementation of the Model Context Protocol (MCP) exposing all features as specialized agents with both MCP and HTTP access.
OpenAI API key to provide GPT-based chat and analysis tools.
A local Ollama server to enable local model chat and text generation.
File system access to read, write, and list files.
This MCP server implements a fully agentic architecture where each capability is encapsulated in agents exposing tools dynamically. It supports dual access modes via MCP protocol for Claude Desktop and HTTP endpoints for web/Streamlit UI. The modular design allows easy addition of new agents without modifying core code, providing a clean and interactive web interface alongside robust, independent agent failure handling.