sample-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sample-mcpCan you add 10 and 20?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sample-mcp
Minimal FastMCP server managed with uv.
Requirements
Python 3.12+
Docker (optional)
Related MCP server: Simple FastMCP Server
Run locally (uv)
uv sync
uv run python app.pyThe 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 MCPnotifications/progressevents when the client requests progress.
Health check:
curl -sS http://127.0.0.1:8080/healthDocker
Build image:
docker build -t sample-mcp .Run container:
docker run --rm -p 8080:8080 sample-mcpPushes 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/healthThis server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceA 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
- Flicense-qualityDmaintenanceA minimal demonstration MCP server that provides basic mathematical addition and greeting functionality, serving as a template for building and deploying FastMCP servers.
- Flicense-qualityDmaintenanceA minimal demonstration MCP server built with FastMCP that exposes a simple greeting tool, showcasing basic server setup and remote deployment capabilities.
- Flicense-qualityDmaintenanceA simple demonstration MCP server built with FastMCP that provides basic functionality including an addition tool, dynamic greeting resources, and user greeting prompts over STDIO.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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