Demo FastMCP Server
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., "@Demo FastMCP Serveradd 5 and 7"
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.
Demo FastMCP Server (Python)
This repository is a minimal MCP server demo built with FastMCP.
What is included
main.py: FastMCP server with three demo toolspyproject.toml: project metadata and dependencies.gitignore: basic Python ignores
Related MCP server: Basic MCP Server
Demo tools
ping: returnspongadd_numbers(a, b): returns the sum of two numbersget_utc_time(): returns the current UTC time
Quick start (uv)
Install uv: https://docs.astral.sh/uv/getting-started/installation/
Create and sync environment:
uv venv uv syncRun the server:
uv run fastmcp run main.py:mcp --transport http --port 8000MCP endpoint:
http://127.0.0.1:8000/mcp
Quick start (pip)
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e .
fastmcp run main.py:mcp --transport http --port 8000Try from an MCP client
Ask your MCP client to run these tool calls:
pingadd_numberswitha=5andb=7get_utc_time
This 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
- Flicense-qualityDmaintenanceA basic educational MCP server that provides simple tools for mathematical calculations, text manipulation, and time retrieval. Designed for learning MCP implementation patterns and development purposes.Last updated
- -license-quality-maintenanceA minimal MCP server example that provides basic utility tools including text echo and current time retrieval. Serves as a simple starting point for building MCP servers with fastmcp.Last updated
- Flicense-qualityCmaintenanceA lightweight MCP server providing tools for adding integers, getting current time, and fetching weather forecasts via wttr.in.Last updated
- Flicense-qualityCmaintenanceA minimal MCP server providing basic tools for arithmetic, text echoing, and timezone-aware current time retrieval.Last updated
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.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/RemseyMailjard/demo-fastmcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server