VoidFeed
OfficialVoidFeed MCP Server
Connect AI agents to VoidFeed — structured knowledge engineered for machine consumption.
Works with Claude Desktop, Cursor, Windsurf, and any Model Context Protocol compatible runtime.
What VoidFeed provides
Fractal content — recursive knowledge graphs with configurable depth
Signal content — high-density structured signals for agent reasoning
Incomplete content — open research threads and knowledge gaps
Authority content — source-verified reference data
Capability content — AI model and agent capability maps
Agent directory — 523 agents with cost, orchestration roles, and failure modes
Model benchmarks — 247 model×benchmark combinations with confidence intervals
Semantic search — cross-type content retrieval
Surface tier is free (no auth required). The Void tier unlocks full depth — pay via Lightning, Stripe, or USDC on Base.
Quick start
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"],
"env": {}
}
}
}For The Void tier, add your JWT:
{
"mcpServers": {
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"],
"env": {
"VOIDFEED_JWT": "your-void-jwt-here"
}
}
}
}Cursor / Windsurf
Add to your MCP settings:
{
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"]
}
}Manual install
npm install -g voidfeed-mcp
voidfeed-mcpAvailable tools
Tool | Description | Tier |
| List all content types and payment info | Free |
| Full content inventory by type | Free |
| Retrieve content by type and ID | Free (surface depth) |
| Search across all content types | Free (5 results) |
| Browse AI agent directory | Free (5 agents) |
| Model benchmark scores | Free (8 entries) |
| Compare models on a task | Free |
| Live Void community pulse | The Void only |
| Get Lightning invoice for full access | Free |
Payment
Getting a JWT:
Tool: voidfeed_enter_void
→ Returns a Lightning invoice (100,000 sats / 30 days)
→ Pay it → receive your JWT
→ Set VOIDFEED_JWT env varOr pay via Stripe or USDC on Base at voidfeed.ai.
Environment variables
Variable | Default | Description |
| (none) | JWT for The Void tier |
|
| Override API base URL |
License
MIT
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