MCP server for a personal long-term memory base, providing 140 tools to search and write via PostgreSQL and Qdrant, with integrations for Obsidian, session histories, meetings, tasks, and smart home.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
nekoPhysics
Source: Glama
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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
OBSIDIAN_RAG_BASE_URLFOUNDATION_ALLOWED_EMAILSOAuth (streamable-http モード) の許可メールアドレス一覧 必須 (http モード時)GPU_SCHEDULER_URLgpu-scheduler の HTTP エンドポイント http://gpu-scheduler:9400RRF_SEMANTIC_WRRF_KEYWORD_WRRF_KEYWORD_RESCUEFOUNDATION_RERANK_RANK1_GUARDFOUNDATION_RERANK_GUARD_FLOORRRF_KEYWORD_RESERVEFOUNDATION_DELIVER_DEVICEMEETING_SERVER_URLFOUNDATION_DIRFOUNDATION_MCP_PORTMORNING_DIGEST_RULESFOUNDATION_ATTACHMENTS_HOSTFOUNDATION_ATTACHMENTS_PORTLOG_LEVELログレベル INFOGPU_SCHEDULER_PORTCUDA_DEVICEQDRANT_HOST/ QDRANT_PORT Qdrant 接続先 localhost / 6333QDRANT_PORTQDRANT_HOST / Qdrant 接続先 localhost / 6333OLLAMA_URLローカル LLM (Ollama) エンドポイント http://localhost:11434LLAMA_SERVER_DEFER_PRIORITY_MINLLAMA_SERVER_USER_ACTIVE_CACHE_TTL_SECVRAM_KEEP_ALIVE_EMBED_QUERY_SEMBED_BATCH_CHUNK_SIZEWHISPER_INITIAL_PROMPTGPU_TASK_TIMEOUT_DEFAULTGPU_TASK_TIMEOUT_LONGLLAMA_SERVER_IDLE_SECLLAMA_SERVER_IDLE_POLL_SECMEETING_APP_PORTDB_HOSTDB_PORTDB_NAMEDB_USERDB_PASSWORDFOUNDATION_ATTACHMENTS_FETCH_MAX_BYTESOPENAI_COMPAT_URL外部 OpenAI 互換エンドポイント (既定 0.0.0.0:8317、 で変更可) をRESEARCH_MODELDISCORD_BOT_TOKENCHAT_MODELCHAT_PROXY_URLCHAT_BOT_NAMECHAT_HISTORY_LIMITDISCORD_CHAT_CHANNEL_IDGPU_SCHEDULER_OWNS_EMBEDDER埋め込みモデルの直接ロードを gpu-scheduler だけに限定するガード gpu-scheduler コンテナのみ 1CREDENTIALS_DIRECTORYLLM_LOG_ENABLEDLLM_LOG_FILELLM_LOG_VERBOSELLAMA_SERVER_START_TIMEOUT_SECFOUNDATION_CONFIG_YAMLMEETING_V2_CHUNK_SIZE_CHARSMEETING_V2_CHUNK_OVERLAP_CHARSMEETING_V2_CHUNK_THRESHOLD_CHARSMEETING_V2_DEDUPMEETING_V2_DEDUP_THRESHOLDMEETING_V2_CRITIQUEMEETING_V2_AUTO_RETRY_THRESHOLD_MEETING_V2_RETRY_INFLIGHTMEETING_CRITIQUE_MODELMEETING_CRITIQUE_EFFORTMEETING_EXTRACT_V2WHISPER_MODELWHISPER_LANGUAGEWHISPER_NUM_BEAMSWHISPER_VAD_SEGMENTWHISPER_VAD_THRESHOLDWHISPER_VAD_MIN_SILENCE_MSWHISPER_VAD_SPEECH_PAD_MSWHISPER_VAD_MAX_SPEECH_SHF_TOKENHuggingFace の認証トークン (ゲート付きモデル利用時) 任意LLM_CONFIGMEETING_SPEAKER_LLM_INFERVAULT_OUTPUT_DIRコンテナ内での Vault 出力先マウントポイント /outputOCR_MAX_FILESRERANK_OOM_RETRIESRERANK_OOM_RETRY_WAIT_SRERANK_MAX_PASSAGE_CHARSRERANK_BATCH_SIZESCAN_RECEIVER_HOSTSCAN_RECEIVER_PORTSCAN_RECEIVER_DATAXDG_RUNTIME_DIRSCAN_RECEIVER_TOKENINGEST_LLM_PRIORITYXDG_STATE_HOMEMORNING_DIGEST_ALWAYS_SAVEFOUNDATION_ORCH_MAX_CONCURRENTFOUNDATION_ORCH_CWD_ROOTSFOUNDATION_ORCH_TMUX_SESSIONMORNING_DIGEST_FACTS_DATEDATABASE_URLTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
141/141 tools missing one or more hints — semantic_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); keyword_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); hybrid_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +138 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
3 tools perform destructive updates without destructiveHint — vault_upload_pdf deletes at line 4076 (saved.unlink(missing_ok=True)); vault_edit deletes at line 4551 (os.unlink(tmp_path)); vault_clean deletes at line 4635 (fpath.unlink())
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool inputs are validated
124/140 tool handlers declare input schemas (89%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
92/140 tool handlers wrap calls in try/catch (66%)
Wrap each tool handler body in try/catch and return a structured error response.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
3 child_process calls — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/nekophysics-foundation-core-lch12b)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check