MCP server that enables AI to read, search, and edit local files securely without external data exposure, using local LLMs via Ollama and integrating with Open WebUI or Claude Desktop.
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.OLLAMA_HOSTOLLAMA_MODEL— qwen2.5:7b 使うローカルモデル(tool対応必須)MAX_TOOL_ITERATIONS— 12 1発話あたりのツール呼び出し上限WORKSPACE_ROOT— "env": { "": "/path/to/workspace", "ENABLE_RAG": "1" }CHROMA_DB_DIR— root>/.chroma_db ベクタDBの保存先ENABLE_RAG— "env": { "WORKSPACE_ROOT": "/path/to/workspace", "": "1" }EMBED_MODEL— intfloat/multilingual-e5-large 埋め込みモデルWORKSPACE_CONFIG— ./workspace_config.json 追加設定JSON(任意)[](https://m8ven.ai/mcp/tsxk1san-localllm-mcp-dkk4k3)