hello-mcp-server

hello-mcp-server

0

The Hello MCP Server is a Model Context Protocol server implementation that facilitates AI assistants in interacting with external services and data sources. It is designed to work with Claude and other compatible AI assistants, providing features for task execution and integration with Claude Desktop.

Hello MCP Server

This project is a Model Context Protocol (MCP) server implementation that allows AI assistants to connect with external services and data sources. The server is compatible with AI assistants like Claude.

Prerequisites

  • Node.js (v18 or higher)
  • pnpm package manager
  • force CLI

Installation

  • Clone the repository and install dependencies using pnpm.

Build

  • Compile TypeScript into JavaScript using pnpm.

Running Tasks Directly

  • Use the Forge runner to execute tasks such as retrieving stock prices.

Adding to Claude Desktop

  • Build the project and modify the configuration file to include the server.

Using MCP Inspector

  • Utilize the MCP Inspector tool for debugging and testing the server.

Development

  • Add new tasks using the Forge CLI and implement them in the generated files.