Skip to main content
Glama
Recon-Fuzz

recon-fuzz-knowledge

by Recon-Fuzz

@recon-fuzz-mcp/knowledge

npm License: MIT Node 18+

AI 도구가 Recon 문서를 검색할 수 있도록 지원하는 MCP 서버입니다. getrecon.xyz/llms-full.txt를 가져와 구조화된 쿼리 가능한 콘텐츠로 파싱합니다.

도구

사이트 도구 (getrecon.xyz)

도구

입력

반환값

search_glossary

query: string

정의가 포함된 상위 5개 용어

get_blog_post

slug: string

전체 게시물 콘텐츠 + 메타데이터 + URL

get_comparison

slug: string

두 엔티티, 장점, 결론, FAQ

search_site

query: string

사이트 콘텐츠 전체에서 상위 10개 일치 항목

list_tools

(없음)

설명 및 URL이 포함된 개발자 도구

도서 도구 (book.getrecon.xyz)

도구

입력

반환값

get_book_chapter

slug: string

전체 챕터 콘텐츠, 카테고리, URL

get_book_concept

slug: string

기술 개념 설명

search_book

query: string

도서 콘텐츠 전체에서 상위 10개 일치 항목

list_book_chapters

(없음)

카테고리별로 그룹화된 모든 챕터

Substack 도구 (getrecon.substack.com)

도구

입력

반환값

get_substack_post

slug: string

전체 뉴스레터 게시물 콘텐츠

search_substack

query: string

Substack 게시물 전체에서 상위 10개 일치 항목

list_substack_posts

(없음)

날짜순으로 정렬된 모든 게시물

교차 소스

도구

입력

반환값

search_all

query: string

3개 소스 전체에서 상위 15개 일치 항목

refresh_cache

(없음)

모든 소스 다시 가져오기 (분당 1회 제한)

설치

Claude Code

claude mcp add recon-knowledge -- npx @recon-fuzz-mcp/knowledge

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "recon-knowledge": {
      "command": "npx",
      "args": ["@recon-fuzz-mcp/knowledge"]
    }
  }
}

Cursor

프로젝트의 .cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "recon-knowledge": {
      "command": "npx",
      "args": ["@recon-fuzz-mcp/knowledge"]
    }
  }
}

API 키가 필요하지 않습니다. 서버는 공개 문서만 가져옵니다.

로컬 개발

git clone https://github.com/Recon-Fuzz/recon-mcp-knowledge.git
cd recon-mcp-knowledge
npm install
npm run build

작동 테스트

# List tools
echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | node dist/index.js

# Search for chimera content
echo '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"search_site","arguments":{"query":"chimera"}},"id":2}' | node dist/index.js

아키텍처

  • 시작 시 llms-full.txt를 한 번 가져와 메모리에 캐시합니다.

  • 캐시는 24시간마다 자동으로 새로 고쳐지거나 refresh_cache를 통해 수동으로 새로 고칠 수 있습니다.

  • 파서는 --- 구분 기호를 기준으로 분할하여 블로그 게시물, 용어집, 비교, 도구를 추출합니다.

  • 검색은 단어 경계 점수를 사용하여 대소문자를 구분하지 않는 용어 일치를 사용합니다.

  • 데이터베이스, 외부 검색 라이브러리, 파일 시스템 쓰기가 없습니다.

개인정보 보호

이 서버는 읽기 전용입니다. 하드코딩된 단일 공개 URL(getrecon.xyz/llms-full.txt)에서만 데이터를 가져옵니다. 사용자 쿼리, 도구 인수 또는 어떠한 데이터도 Recon이나 제3자에게 전송되지 않습니다.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/Recon-Fuzz/recon-mcp-knowledge'

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