Remote MCP 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., "@Remote MCP Serveradd 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.
Remote MCP Server
A Python-based Model Context Protocol (MCP) server built with FastMCP that exposes mathematical operations, helper tools, and server metadata.
Features
Tools
add_two_numbers: Takes two floating-point numbersaandb, and returns their sum.generate_random_number: Generates a random integer between 1 and 100 (inclusive).
Resources
info://server_info: Contains information/metadata about the running server (name, version, capabilities, status, and supported transports).
Related MCP server: MCP Playground Server
Installation
Ensure you have Python 3.13+ and the dependencies installed:
# Install dependencies using uv (or pip)
uv syncRunning the Server
You can run the server in two modes:
1. Stdio Mode (Default)
Standard input/output mode is ideal for local integration with MCP clients (like Claude Desktop).
# Direct run
.venv\Scripts\python main.py
# Or via FastMCP CLI
.venv\Scripts\fastmcp run main.py2. SSE Mode (Remote/HTTP Mode)
To host the server as a web service accessible over HTTP via Server-Sent Events (SSE):
.venv\Scripts\fastmcp run main.py --transport sse --host 0.0.0.0 --port 8000This will start the server binding on 0.0.0.0 at port 8000.
Verification & Testing
You can use the FastMCP inspect/dev tool to view and test the tools/resources:
.venv\Scripts\fastmcp dev main.pyThis spins up a local web inspector where you can interactively invoke add_two_numbers and generate_random_number, and view the info://server_info resource.
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.
Latest Blog Posts
- 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/Pavankurapati03/test-remote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server