A read-only MCP server with configurable transport (stdio or HTTP+SSE), API key authentication, and scope-based authorization for read and search operations on documents.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_TRANSPORT— "if stdio else http+sse": any value other than theMCP_HTTP_HOST— / MCP_HTTP_PORT HTTP+SSE bind address 0.0.0.0 / 8000MCP_HTTP_PORT— MCP_HTTP_HOST / HTTP+SSE bind address 0.0.0.0 / 8000MCP_SSE_PATH— / MCP_MESSAGE_PATH HTTP+SSE endpoint paths /sse / /messages/MCP_MESSAGE_PATH— MCP_SSE_PATH / HTTP+SSE endpoint paths /sse / /messages/MCP_API_KEYS_FILE— Path to key→scope config config/api_keys.jsonMCP_STDIO_API_KEY— Pre-shared key required for stdio clients (unset — required)MCP_ISSUER_URL— / MCP_RESOURCE_SERVER_URL Metadata URLs for the HTTP auth middleware http://localhost:8000MCP_RESOURCE_SERVER_URL— MCP_ISSUER_URL / Metadata URLs for the HTTP auth middleware http://localhost:8000MCP_DOCUMENTS_FILE— Path to the document data file config/documents.jsonMCP_SERVER_NAMEMCP_LOG_LEVEL[](https://m8ven.ai/mcp/varun4b1-mcp-server-py-nttfv7)