MCP_servers
Verified Safeby husenbasha443
Overview
Provides an AI agent capable of using various tools (research, calculations, general knowledge) via an MCP server to answer user questions.
Installation
python server/mcp_server.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
The application uses environment variables for API keys and connects to a local MCP server via SSE, minimizing direct external network exposure. No 'eval' or malicious patterns were identified. Dependencies are standard for AI/web projects.
Similar Servers
Docker_MCPGUIApp
This repository provides a starter template for building full-stack AI assistants that integrate with real-world tools using Docker MCP Gateway and a Large Language Model.
htm-mcp-server
Deploys a user-friendly Streamlit interface for a LangGraph ReAct AI agent to interact with various external tools and data sources via the Model Context Protocol (MCP).
ChatBot
Develops a versatile and interactive AI chatbot using LangGraph, featuring advanced concepts like memory, persistence, tool integration (search, calculator, stock price), multi-party communication (MCP), and retrieval-augmented generation (RAG) with a Streamlit user interface and user management.
mcp-docs-server
A Streamlit and FastAPI-based client for an AI agent that uses an LLM to search various technical documentation platforms via web search.