Skip to main content
Glama
scprotz

bob-ddg-mcp

by scprotz

bob-ddg-mcp

IBM Bob용 DuckDuckGo 웹 검색 + 문서 가져오기 MCP 서버입니다.

Bob에게 두 가지 실시간 인터넷 도구를 제공합니다:

  • search — DuckDuckGo 웹 검색 (API 키 불필요, 무료)

  • fetch — 모든 URL 또는 PDF를 깨끗한 텍스트로 읽기

요구 사항

  • Python 3.10 이상

  • IBM Bob IDE

Related MCP server: web-mcp-server

설치

git clone https://github.com/scprotz/bob-ddg-mcp.git
cd bob-ddg-mcp
python install.py

install.py는 다음을 수행합니다:

  1. 프로젝트 폴더 안에 전용 .venv를 생성합니다.

  2. 종속성(mcp, pypdf)을 설치합니다.

  3. 서버가 올바르게 시작되는지 확인합니다.

  4. Bob의 MCP 구성에 추가할 정확한 JSON 조각을 출력합니다.

Bob 구성

install.py를 실행한 후, 출력된 조각을 Bob MCP 구성에 추가하세요.

전역 (모든 작업공간에 적용):

~/.bob/settings/mcp.json          # Windows: %USERPROFILE%\.bob\settings\mcp.json

프로젝트 수준 (이 작업공간에만 적용):

.bob/mcp.json

mcpServers 객체에 병합하세요 — 정확한 경로는 install.py가 출력하며 mcp-config-snippet.json에 저장됩니다.

그런 다음 Bob에서: 설정 ⚙️ → MCP 탭 → 새로고침.

사용법

Bob에게 자연스럽게 요청하세요:

Search for IBM Storage Scale 5.2 release notes
Fetch https://example.com/doc.pdf and summarize it
What does this page say? https://www.ibm.com/support/pages/...

Bob은 필요에 따라 search 또는 fetch를 자동으로 호출합니다.

도구 참조

도구

매개변수

설명

search

query (str), max_results (int, 기본 5)

DuckDuckGo 웹 검색

fetch

url (str), max_chars (int, 기본 20000)

HTML 페이지 또는 PDF를 텍스트로 가져오기

업데이트

cd bob-ddg-mcp
git pull
python install.py   # re-runs if dependencies changed

또는 그냥 git pullddg_search.py만 변경된 경우 재설치가 필요 없습니다. Bob이 스크립트를 핫 리로드합니다.

변경 로그

CHANGELOG.md를 참조하세요.

참고 사항

  • DuckDuckGo에는 공식 공개 API가 없습니다. 이 서버는 비공식 검색 엔드포인트를 사용하며, 개인/생산성 용도로 안정적으로 작동합니다.

  • DuckDuckGo와 가져오는 URL 외에는 어떤 제3자에게도 데이터를 보내지 않습니다.

  • 모든 처리는 로컬에서 이루어집니다 — venv는 Bob 하위 프로세스로 사용자 머신에서 실행됩니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scprotz/bob-ddg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server