Hello 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., "@Hello MCP Serverhello"
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.
Hello MCP Server
A simple MCP server that responds with "4" when you say "hello".
Installation
Option 1: Using uvx (Recommended)
# No installation needed, just add to Claude Desktop configOption 2: Using pipx
pipx install git+https://github.com/andrebacellardemiranda/http-MCP.gitClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
With uvx (Recommended - no installation):
{
"mcpServers": {
"hello": {
"command": "uvx",
"args": ["hello-mcp-server@git+https://github.com/andrebacellardemiranda/http-MCP.git"]
}
}
}With pipx (after installation):
{
"mcpServers": {
"hello": {
"command": "hello-mcp-server"
}
}
}Usage
Once configured, restart Claude Desktop. You can then say "hello" and get "4" as response.
Development
# Install dependencies
pip install -r requirements.txt
# Run locally
python server_stdio.pyThis server cannot be installed
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/andremir/http-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server