Skip to main content
Glama
karpikpl

sample-mcp

by karpikpl

sample-mcp

Minimal FastMCP server managed with uv.

Requirements

  • Python 3.12+

  • uv

  • Docker (optional)

Related MCP server: Simple FastMCP Server

Run locally (uv)

uv sync
uv run python app.py

The app uses MCP Streamable HTTP and listens on 0.0.0.0:8080 by default. Its MCP endpoint is /mcp.

Tools

  • hello: returns a greeting.

  • add: adds two numbers.

  • think: waits for the requested non-negative number of seconds.

  • thinkWithProgress: waits while streaming percentage updates as MCP notifications/progress events when the client requests progress.

Health check:

curl -sS http://127.0.0.1:8080/health

Docker

Build image:

docker build -t sample-mcp .

Run container:

docker run --rm -p 8080:8080 sample-mcp

Pushes to main publish multi-architecture images to ghcr.io/<owner>/<repository> with latest, main, and commit SHA tags. The workflow can also be run manually from the Actions tab.

Health check:

curl -sS http://127.0.0.1:8080/health
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A minimal FastMCP server implementation that provides basic mathematical and greeting tools. Enables users to perform simple operations like adding numbers and greeting people by name through a lightweight MCP interface.
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A minimal demonstration MCP server that provides basic mathematical addition and greeting functionality, serving as a template for building and deploying FastMCP servers.
  • F
    license
    -
    quality
    D
    maintenance
    A minimal demonstration MCP server built with FastMCP that exposes a simple greeting tool, showcasing basic server setup and remote deployment capabilities.
  • F
    license
    -
    quality
    D
    maintenance
    A simple demonstration MCP server built with FastMCP that provides basic functionality including an addition tool, dynamic greeting resources, and user greeting prompts over STDIO.

View all related MCP servers

Related MCP Connectors

  • A very simple remote MCP server that greets you, with a custom icon.

  • A basic MCP server to operate on the Postman API.

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karpikpl/simple-testing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server