๐Ÿš€ MCP-Ollama Server (Sethuram2003/MCP-ollama_server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 13 tools. No publisher has claimed this listing.

D
Caution
54/100

๐Ÿš€ MCP-Ollama Server

Extends Model Context Protocol (MCP) to local LLMs via Ollama, enabling Claude-like tool use (files, web, email, GitHub, AI images) while keeping data private. Modular Python servers for on-prem AI. #LocalAI #MCP #Ollama

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

Code Verifiedโšก Live Monitored: not connected

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

Sethuram2003

Source: mcp.so

Is this your MCP?

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
โœ…
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
โœ…
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes13 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

create_event

Use this function to create calendar events in Google Calendar with all necessary details.

search_events

Searches for calendar events within a specified time range and returns details of matching events. This function connects to the user's primary Google Calendar and returns events occurring between the specified start and end times. If no times are specified, it defaults to the current day.

create_directory

Create a new directory at the specified path Args: path: The path where the directory should be created parents: If True, create parent directories as needed

create_file

Create a new file at the specified path with optional content Args: path: The path where the file should be created content: Optional content to write to the file

write_file

Write content to a file Args: path: Path to the file content: Content to write append: If True, append to the file instead of overwriting

read_file

Read the contents of a file Args: path: Path to the file

list_directory

List contents of a directory Args: path: Path to the directory (defaults to current directory) detailed: If True, include detailed information

delete_path

Delete a file or directory Args: path: Path to delete recursive: If True, delete directories recursively

move_path

Move or rename a file or directory Args: source: Current path destination: New path

copy_path

Copy a file or directory Args: source: Path to copy from destination: Path to copy to

get_current_directory

Get the current working directory

change_directory

Change the current working directory Args: path: Path to change to

get_file_preview

Get a preview image of a file if possible Args: path: Path to the file

// quality suggestions

Tool 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

13/13 tools missing one or more hints โ€” create_event (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_events (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_directory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 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

1 tool perform destructive updates without destructiveHint โ€” delete_path deletes at line 161 (shutil.rmtree(target_path))

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

12/13 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 4/13 tool handlers wrap calls in try/catch (31%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

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.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance โ€” verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sethuram2003/mcp-ollama_server?variant=verified)](https://m8ven.ai/mcp/sethuram2003/mcp-ollama_server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 2ca8ce5d345721907527abd409a3e83627cdc3c6
code hash: 44b72d6b6a6c69901843b8fd3f8c469d762e89a730d8b88cbecf0a4403a6aa8c
view raw JSON โ†’
Check MCPs from inside your assistant
Tool Check ยท MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it โ†’Free ยท no account needed ยท works in any MCP client