streamable-httpupdated 11mo ago
Smithery API key: Get yours at smithery.ai/account/api-keys
O que dá para fazer com Phionx mcp hello server?
mcp
An MCP server built with Smithery CLI
Prerequisites
- Smithery API key: Get yours at smithery.ai/account/api-keys
Getting Started
-
Run the server:
uv run dev -
Test interactively:
uv run playground
Try saying "Say hello to John" to test the example tool.
Development
Your server code is in src/hello_server/server.py. Add or update your server capabilities there.
Deploy
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
Instalação
Adicione Phionx mcp hello server ao seu cliente. Escolha o que você usa.
claude mcp add --transport http phionx-mcp-hello-server https://server.smithery.ai/@Phionx/mcp-hello-server/mcpcodex mcp add phionx-mcp-hello-server --url https://server.smithery.ai/@Phionx/mcp-hello-server/mcp{
"mcpServers": {
"phionx-mcp-hello-server": {
"url": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"phionx-mcp-hello-server": {
"type": "http",
"url": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"phionx-mcp-hello-server": {
"url": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"phionx-mcp-hello-server": {
"serverUrl": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação14/25
- Manutenção9/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 332 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.16.0Mais recente | 3 de out. de 2025 |