Model Context Protocal (MCP) Implementation
About
This is a simple MCP Server Framework that enables data to be passed through a structured messaging protocol, allowing seamless communication between clients and servers. It supports efficient data exchange, real-time processing, and customizable extensions for various applicatio
Details
- Author
- jraa1995
- GitHub stars
- 1
- Downloads
- 334
- Categories
- Developer Tools, Communication
Jump to
- Modular design with context manager, data loader, query manager, and pipeline manager
- Dynamic query routing and context memory
- Pipeline execution controlled by config/config.yaml
- Execution logs stored in logs/mcp_execution.log
- Includes test EDA and initial climate models
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Model Context Protocal (MCP) ImplementationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, switch to the ClimateGPT_Team1 branch, set up a Python virtual environment, install dependencies from requirements.txt, then run python main.py. The MCP pipeline is configured via config/config.yaml.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"model context protocal (mcp) implementation": {
"Simple-MCP-Build": {
"command": "python",
"args": [
"main.py"
]
}
}
}
}
McpServers
{
"Simple-MCP-Build": {
"command": "python",
"args": [
"main.py"
]
}
}
Model Context Protocal (MCP) Implementation
This repository includes the Model Context Protocol (MCP) framework that ClimateGPT Team 1 is developing.📂 Project Structure
/mcp-framework ├── modules/ # Core MCP components │ ├── context_manager.py # Stores execution context memory │ ├── data_loader.py # Handles dataset loading │ ├── query_manager.py # Routes queries dynamically │ ├── pipeline_manager.py # Executes MCP steps ├── models/ # Test EDA / initial models for MCP framework checking │ ├── scenario_projection.py # Temp trend analysis │ ├── temperature_trends.py # Climate scenario projections │ ├── Model3.py # Model 3 ├── config/ # Configuration settings │ ├── config.yaml # Defines dataset paths and pipeline steps ├── logs/ # Execution logs │ ├── mcp_execution.log ├── tests/ # Unit tests for MCP validation ├── main.py # Entry point for MCP execution ├── requirements.txt # Python dependencies ├── README.md # Project documentationHow to run MCP Framework
1. Clone the repository (if not already cloned): git clone https://github.com/ newsconsole/GMU_DAEN_2025_01_A.git
2. Switch to the ClimateGPT Team 1 Branch:
``sh `
git checkout ClimateGPT_Team1
sh
3. Make sure to set up venv (Virtual Env)
1. python -m venv venv
2. venv\Scripts\Activate
sh4. Install dependencies (requirements.txt):
pip install -r requirements.txt
sh
5. Run the MCP Pipeline
python main.py
Configuration & Execution
- The MCP pipeline is dynamically controlled by config/config.yaml which defines the datasets and pipeline steps
- Logs are stored in logs/mcp_execution.log` for debugging and tracking execution results
Recent Updates
- Implemented initial MCP Framework with modular design - Added dynamiic query routing & context memorySign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





