pypi repeaterbookstdioMITupdated 8d ago
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
RepeaterBook で何ができる?
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
インストール
RepeaterBook をクライアントに追加します。お使いのものを選んでください。
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.
スコア
39 / 100
情報不足
- ドキュメント0/25
- メンテナンス19/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.10.0最新 | 2026年8月31日 |