iiRecord
Agentic AI Atlas · Ollama MCP Server
tool-server:mcp-ollamaa5c.ai
II.
ToolServer JSON

tool-server:mcp-ollama

Structured · live

Ollama MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-ai-ml.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-ollama",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-ai-ml.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Ollama MCP Server",
    "description": "MCP server providing access to locally running Ollama models.\nEnables AI agents to list available models, invoke local LLM\ninference, manage model downloads, and run completions on-device.\n",
    "protocol": "mcp",
    "category": "ai",
    "repoUrl": "https://github.com/ollama/ollama-mcp",
    "maintainer": "Ollama",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-ollama",
      "to": "provider:ollama",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-ollama",
      "to": "domain:machine-learning",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-ollama",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}