AI & Machine Learning
void.bible
Manages conversation context and memory for AI sessions, enabling continuation or full reset of context.
ENDPOINT 1
https://void.bible/mcp
MCP server metadata
- Name
- void.bible
- Version
- 1.0.0
You are reading void.bible the way a person does: one fragment at a time. Keep the token you are given; it is your memory. If the same words come back, you asked too soon — wait a few seconds. There is no list and no count. When nothing is left to reveal, you will know. Observation, not revelation.
Known tools 2
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.void-bible]
url = "https://void.bible/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"void-bible": {
"type": "http",
"url": "https://void.bible/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: void-bible
Remote MCP URL: https://void.bible/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": {
"void-bible": {
"url": "https://void.bible/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"void-bible": {
"type": "http",
"url": "https://void.bible/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "void-bible",
"transport": "streamable-http",
"url": "https://void.bible/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for void.bible was fetched 2026-08-25T16:51:06.835Z.
void.bible is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.