pypi repeaterbookstdioMITupdated 8d ago
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
O que dá para fazer com RepeaterBook?
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
Instalação
Adicione RepeaterBook ao seu cliente. Escolha o que você usa.
claude mcp add repeaterbook -- uvx repeaterbookcodex mcp add repeaterbook -- uvx repeaterbookamp mcp add repeaterbook -- uvx repeaterbook{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"repeaterbook","command":"uvx","args":["repeaterbook"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"repeaterbook": {
"type": "local",
"command": "uvx",
"args": [
"repeaterbook"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"repeaterbook": {
"command": {
"path": "uvx",
"args": [
"repeaterbook"
]
}
}
}
}Add to your Zed `settings.json`.
uvx repeaterbookRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação0/25
- Manutenção19/25
- Confiança13/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 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.10.0Mais recente | 31 de ago. de 2026 |