Greet anyone by name with a friendly hello. Scrape webpages to extract content for quick reference…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-blacklotusdev8-test-m": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / developer-tools
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/blacklotusdev8-test_m and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server built with Smithery.
Run the server:
uv run dev
Test interactively:
uv run playground
Try saying "Say hello to John" to test the example tool.
Build the image (from the project root):
docker build -t hello-server .
Run the container:
docker run --rm -p 8081:8081 --shm-size=1g hello-server
Notes:
0.0.0.0:8081 and serves the MCP endpoint at /mcp.--shm-size=1g improves browser stability for Playwright/Firefox-based scraping.You can now connect an MCP client to:
http://localhost:8081/mcp
Your server code is in src/hello_server/server.py. Add or update your server capabilities there.
Ready to deploy? Push your code to GitHub and deploy to Smithery:
Create a new repository at github.com/new
Initialize git and push to GitHub:
git add .
git commit -m "Hello world 👋"
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
git push -u origin main
Deploy your server to Smithery at smithery.ai/new