Skip to content

B2TheEe/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcp-server

Demo MCP (Model Context Protocol) server built with fastmcp. Exposes simple tools over stdio.

Tools

  • add(a, b) — sum two integers
  • get_time() — current date/time (ISO format)
  • greet(name) — greet by name

Setup

python -m venv venv
source venv/bin/activate
pip install mcp

Run

python server.py

Runs over stdio transport — connect from an MCP client (e.g. Claude Desktop) rather than invoking directly.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages