simple-agent-and-mcp-server

simple-agent-and-mcp-server

0

This project is a simple implementation of a Model Context Protocol server designed to manage context data for AI models. It includes an agent that communicates with the server to perform tasks like arithmetic operations using tools.

Model Context Protocol (MCP) Server & Agent

A simple implementation of a Model Context Protocol server to manage context data for AI models.

Setup

  • Install dependencies and run the server.
  • Server starts on localhost:8080.

API Endpoints

  • Store Context: Endpoint to store data.
  • Get Context: Retrieve stored context by ID.
  • Delete Context: Remove context by ID.
  • List Tools: Retrieve all available tools.

Run the Agent

  • Example of connecting to the server and using tools like "calculator" for operations.