1. Conduid
  2. Browser
  3. jaspertvdm/mcp-server-ollama-bridge
MCP server · Browser

jaspertvdm/mcp-server-ollama-bridge

MCP Server - Bridge to local Ollama LLM. Part of HumoticaOS/SymbAIon ecosystem.

Unclaimed MIT last commit 7 months ago ai
53Fair

Scored 4 months ago · breakdown

About jaspertvdm/mcp-server-ollama-bridge

jaspertvdm/mcp-server-ollama-bridge is an MCP server published by jaspertvdm in the Browser category: mCP Server - Bridge to local Ollama LLM. Part of HumoticaOS/SymbAIon ecosystem. It has been installed 0 times through Conduid.

The repository has 1 stars and 1 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-ollama-bridge

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about jaspertvdm/mcp-server-ollama-bridge

Powered by Claude · Grounded in docs

I know everything about jaspertvdm/mcp-server-ollama-bridge. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

mcp-server-ollama-bridge

PyPI

MCP Server - Bridge to local Ollama LLM server.

Part of the HumoticaOS / SymbAIon ecosystem.

Installation

pip install mcp-server-ollama-bridge

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ollama": {
      "command": "mcp-server-ollama-bridge",
      "env": {
        "OLLAMA_HOST": "http://localhost:11434"
      }
    }
  }
}

With Docker

docker build -t mcp-server-ollama-bridge .
docker run -i -e OLLAMA_HOST=http://host.docker.internal:11434 mcp-server-ollama-bridge

Environment Variables

Variable Default Description
OLLAMA_HOST http://localhost:11434 Ollama server URL

Features

  • Connect MCP clients to local Ollama LLM
  • Support for all Ollama models
  • Streaming responses
  • Simple configuration

Authors

License

MIT


One Love, One fAmIly!

Official Distribution

This package is officially distributed via:

Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About jaspertvdm/mcp-server-ollama-bridge

How do I install jaspertvdm/mcp-server-ollama-bridge?

Run npx mcp-server-ollama-bridge, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is jaspertvdm/mcp-server-ollama-bridge safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is jaspertvdm/mcp-server-ollama-bridge still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.