Author avatar

hello-mcp-server

by gkushang

Server

Tags

4.8 (120)

Hello MCP Server 👋

Note: This README was created and is maintained through the MCP GitHub server.

A simple implementation of a Model Context Protocol (MCP) server that demonstrates basic functionality including resources, prompts, and tools.

Features 🌟

  • Resource handling with templates
  • Prompt management
  • Tool implementation
  • TypeScript support
  • Built-in testing

Installation 🛠️

npm install

Building 🏗️

npm run build

Running the Server 🚀

npm start

Testing 🧪

Run the test script to verify the server's functionality:

npm test

This will test:

  • Resource handling
  • Template processing
  • Prompt generation
  • Tool execution

Project Structure 📁

├── src/
│   ├── index.ts           # Main server file
│   ├── handlers.ts        # Request handlers
│   ├── resources.ts       # Resource definitions
│   ├── prompts.ts         # Prompt implementations
│   ├── tools.ts           # Tool definitions
│   └── test.ts           # Test script
├── package.json
└── tsconfig.json

Contributing 🤝

Contributions are welcome! Please feel free to submit a Pull Request.


This README is managed through the MCP GitHub server 🤖

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →