<div align="center">
<h1>ping mcp server</h1>
<p><h3 align="center">MCP Server to Ping Other hosts π</h3></p>
</div>
# π Usage
## Run Ping MCP Server SSE
```sh
FASTMCP_HOST="0.0.0.0" FASTMCP_PORT=1234 uv run ping-mcp-server
```
## Test
```sh
uv run pytest
```
### MCP Inspector
```sh
npx -y @modelcontextprotocol/inspector
```
## Claude Configuration
```json
{
"mcpServers": {
"ping": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:1234/sse",
"--allow-http"
]
}
}
}
```

# π Documentation
# π References
# π€π» Connect with Me
## Huzaifa Irfan
- π¬ Just want to say hi?
- π Have a project to discuss?
- π§ Email me @: [hi@huzaifairfan.com](mailto:hi@huzaifairfan.com)
- π Visit my Profile for other channels:
[](https://github.com/HuzaifaIrfan/)
[](https://www.huzaifairfan.com)
# π License
Licensed under the GPL3 License, Copyright 2025 Huzaifa Irfan. [LICENSE](LICENSE)
<hr />
Last Updated on 2025-07-13