INDIVIDUAL MCP TOOL
list_bundles
Every context bundle in your account, with purpose, target agent, and item count.
LIVE ENDPOINT
https://feed7.dev/mcp
Connect to this endpoint to inspect the live schema for list_bundles and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.feed7]
url = "https://feed7.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"feed7": {
"type": "http",
"url": "https://feed7.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: feed7
Remote MCP URL: https://feed7.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"feed7": {
"url": "https://feed7.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"feed7": {
"type": "http",
"url": "https://feed7.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "feed7",
"transport": "streamable-http",
"url": "https://feed7.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_signals— Ranked, source-backed evidence from feed7's maintained corpus of AI-engineering Signals.get_weekly— The Monday seven as Markdown: six source-backed Signals and one item to leave out.get_signal— One Signal by slug as Markdown: source summary, practical implication, agent-ready context, connected context, uncertainty.get_brain— Your saved Signals as Markdown — the ones you rated Save, Strong, or Core — with your notes, source links, and agent-ready context.get_bundle— One context bundle rendered as Markdown, exactly as Copy Markdown produces it in the app.