mcp-server

mcp-server

0

This project is a simple Model Context Protocol (MCP) server that processes client queries through an AI named Claude. It analyzes available tools, executes choices, and formulates responses.

mcp-server

A simple MCP server.

How does it work?

  1. The client sends queries to Claude
  2. Claude analyzes the available tools and prompts the available tools
  3. The client executes the chosen tool(s) through the MCP server
  4. The results are sent back to Claude
  5. Claude formulates a natural language response
  6. The response is displayed to you

How to run

mcp-guide