Skip to main content
Glama
Recon-Fuzz

recon-fuzz-knowledge

by Recon-Fuzz

@recon-fuzz-mcp/knowledge

npm License: MIT Node 18+

MCP 服务器,使 Recon 文档可供 AI 工具搜索。它获取并解析 getrecon.xyz/llms-full.txt 为结构化、可查询的内容。

工具

站点工具 (getrecon.xyz)

工具

输入

返回值

search_glossary

query: string

前 5 个匹配的术语及其定义

get_blog_post

slug: string

完整的文章内容 + 元数据 + URL

get_comparison

slug: string

两个实体、优势、结论、常见问题解答

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 或任何第三方发送任何用户查询、工具参数或任何数据。

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