An MCP server that provides developer knowledge and utility tools including local documentation search, text summarization, safe arithmetic calculation, unit conversion, and knowledge-base resources.
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— is chosen by (default stdio, so desktop hosts are unaffected).MCP_HOST— make run-http # MCP_TRANSPORT=sse =0.0.0.0 MCP_PORT=8084 python -m mcp_tools.serverMCP_PORT— make run-http # MCP_TRANSPORT=sse MCP_HOST=0.0.0.0 =8084 python -m mcp_tools.serverKB_DIRSEARCH_KSUMMARY_MAX_SENTENCESMCP_HTTP_URLLLM_PROVIDER— export =ollama OLLAMA_MODEL=llama3.1 # local & freeOPENAI_MODELOPENAI_BASE_URLOPENAI_API_KEY— export LLM_PROVIDER=openai =sk-... # hostedANTHROPIC_MODELANTHROPIC_API_KEY— export LLM_PROVIDER=anthropic =sk-ant-... # hostedOLLAMA_MODEL— export LLM_PROVIDER=ollama =llama3.1 # local & freeOLLAMA_HOST[](https://m8ven.ai/mcp/mani9333-mcp-tools-server-ytwml2)