Skip to main content
Glama
khteh

mcpserver-local

by khteh
README.md
# Local MCP Server

A not-so-useful local MCP server.

# MCP Client

## Visual Studio Code (Github CoPilot)

### greet

- `Run the greet command passing '-g "Mickey Mouse"' as the argument.`
  ![Greet](images/greet.png?raw=true "Greet")

### echo

- `Run the echo command passing '-e "Hello, what's up?"' as the argument.`
  ![Echo](images/echo.png?raw=true "Echo")

### add_numbers

- `Run the add_numbers command passing '-a 123 456' as the arguments.`
  ![Add Numbers](images/add_numbers.png?raw=true "Add Numbers")

### fibonacci

- `Run the fibonacci command passing '-f 25' as the arguments.`
  ![Fibonacci](images/fibonacci.png?raw=true "Fibonacci")

### system_info

- `Run the system_info command passing '-i' as the argument.`
  ![System Info](images/system_info.png?raw=true "System Info")