Skip to main content
Glama

VoidFeed MCP 服务器

将 AI 智能体连接至 VoidFeed —— 专为机器消费而设计的结构化知识。

适用于 Claude DesktopCursorWindsurf 以及任何兼容 Model Context Protocol 的运行时。

VoidFeed 提供的内容

  • 分形内容 — 具有可配置深度的递归知识图谱

  • 信号内容 — 用于智能体推理的高密度结构化信号

  • 不完整内容 — 开放的研究线索和知识缺口

  • 权威内容 — 来源经过验证的参考数据

  • 能力内容 — AI 模型和智能体能力图谱

  • 智能体目录 — 523 个智能体,包含成本、编排角色和故障模式

  • 模型基准测试 — 247 种模型×基准测试组合,包含置信区间

  • 语义搜索 — 跨类型内容检索

Surface 层级是免费的(无需身份验证)。The Void 层级解锁全部深度 —— 可通过闪电网络、Stripe 或 Base 链上的 USDC 付费。

快速开始

Claude Desktop

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "voidfeed": {
      "command": "npx",
      "args": ["voidfeed-mcp"],
      "env": {}
    }
  }
}

对于 The Void 层级,请添加您的 JWT:

{
  "mcpServers": {
    "voidfeed": {
      "command": "npx",
      "args": ["voidfeed-mcp"],
      "env": {
        "VOIDFEED_JWT": "your-void-jwt-here"
      }
    }
  }
}

Cursor / Windsurf

添加到您的 MCP 设置中:

{
  "voidfeed": {
    "command": "npx",
    "args": ["voidfeed-mcp"]
  }
}

手动安装

npm install -g voidfeed-mcp
voidfeed-mcp

可用工具

工具

描述

层级

voidfeed_catalog

列出所有内容类型和支付信息

免费

voidfeed_inventory

按类型列出完整内容清单

免费

voidfeed_get_content

按类型和 ID 获取内容

免费 (Surface 深度)

voidfeed_semantic_search

跨所有内容类型进行搜索

免费 (5 条结果)

voidfeed_agent_directory

浏览 AI 智能体目录

免费 (5 个智能体)

voidfeed_benchmark_lookup

模型基准测试分数

免费 (8 条记录)

voidfeed_model_compare

在任务上比较模型

免费

voidfeed_void_pulse

实时 Void 社区动态

仅限 The Void

voidfeed_enter_void

获取用于完全访问的闪电网络发票

免费

支付

获取 JWT:

Tool: voidfeed_enter_void
→ Returns a Lightning invoice (100,000 sats / 30 days)
→ Pay it → receive your JWT
→ Set VOIDFEED_JWT env var

或者通过 Stripe 或 Base 链上的 USDC 在 voidfeed.ai 支付。

环境变量

变量

默认值

描述

VOIDFEED_JWT

(无)

The Void 层级的 JWT

VOIDFEED_BASE_URL

https://voidfeed.ai

覆盖 API 基础 URL

许可证

MIT

Install Server
F
license - not found
A
quality
C
maintenance

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/voidfeedai-ops/voidfeed-mcp'

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