{"id":"patruff-ollama-mcp-bridge","name":"ollama-mcp-bridge","af_score":47.8,"security_score":39.0,"reliability_score":28.8,"what_it_does":"A TypeScript bridge that connects Ollama-hosted local LLMs to MCP (Model Context Protocol) servers via JSON-RPC. It registers MCP tools, routes tool calls produced by the LLM to the appropriate MCP server(s), and validates/returns structured results to the user.","best_when":"You control the local environment, install MCP servers you trust, and want local tool-calling across multiple MCP capabilities.","avoid_when":"You cannot trust MCP server code/credentials, or you need strong guarantees around authz enforcement, safe filesystem boundaries, and operational SLAs.","last_evaluated":"2026-03-30T13:23:48.328806+00:00","has_mcp":false,"has_api":false,"auth_methods":["Environment variables for third-party APIs (BRAVE_API_KEY, GITHUB_PERSONAL_ACCESS_TOKEN, REPLICATE_API_TOKEN)","MCP server auth flows invoked via CLI (example: gmail-drive MCP auth command)"],"has_free_tier":false,"known_gotchas":["Tool execution can be stateful/side-effecting (filesystem operations, sending email), so retries could duplicate actions if not idempotent","Correctness/safety depends heavily on MCP server configuration and allowed directories/permissions","Authentication is distributed across MCP servers; missing/invalid env vars or auth steps may cause failures that the bridge must surface clearly"],"error_quality":0.0}