Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"voidfeed": {
"env": {},
"args": [
"voidfeed-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect AI agents to VoidFeed — structured knowledge engineered for machine consumption.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'voidfeed-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked voidfeed-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
MCP Security Weekly
Get CVE alerts and security updates for io.github.voidfeedai-ops/voidfeed-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect AI agents to VoidFeed — structured knowledge engineered for machine consumption.
Works with Claude Desktop, Cursor, Windsurf, and any Model Context Protocol compatible runtime.
Surface tier is free (no auth required). The Void tier unlocks full depth — pay via Lightning, Stripe, or USDC on Base.
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"
}
}
}
}
Add to your MCP settings:
{
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"]
}
}
npm install -g voidfeed-mcp
voidfeed-mcp
| Tool | Description | Tier |
|---|---|---|
voidfeed_catalog | List all content types and payment info | Free |
voidfeed_inventory | Full content inventory by type | Free |
voidfeed_get_content | Retrieve content by type and ID | Free (surface depth) |
voidfeed_semantic_search | Search across all content types | Free (5 results) |
voidfeed_agent_directory | Browse AI agent directory | Free (5 agents) |
voidfeed_benchmark_lookup | Model benchmark scores | Free (8 entries) |
voidfeed_model_compare | Compare models on a task | Free |
voidfeed_void_pulse | Live Void community pulse | The Void only |
voidfeed_enter_void | Get Lightning invoice for full access | Free |
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 var
Or pay via Stripe or USDC on Base at voidfeed.ai.
| Variable | Default | Description |
|---|---|---|
VOIDFEED_JWT | (none) | JWT for The Void tier |
VOIDFEED_BASE_URL | https://voidfeed.ai | Override API base URL |
MIT