mcp_server

mcp_server

0

The project is a local MCP (Model Context Protocol) server providing intermediary services between AI models and internet service providers. It offers services like weather updates, news, and currency exchange rates through local deployment.

Overview

  • A local MCP server that provides information to an AI model.
  • Acts as an intermediary between a chat client with an AI model and online service providers.
  • Deploys on a local machine.

Features

  • Provides weather information for specified cities.
  • Offers news from the past week.
  • Displays the current exchange rate for the dollar.

Usage

  • After installation and setup, the server can be connected to an AI client.
  • Allows users to inquire about information the AI initially doesn't know, utilizing the server to fetch and return appropriate answers.

Installation and Launch

  1. Open a terminal and navigate to the desired directory.
  2. Clone the repository and enter the project directory.
  3. Install necessary dependencies and set up the server using uv.
  4. Configure client configuration files to include MCP server settings.