MCP Directory
Back

DockerAI_ModelContextProtocol

by pibabu · Python · ★ 0

DockerAI_ModelContextProtocol — MCP server.

Install

pip install git+https://github.com/pibabu/DockerAI_ModelContextProtocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "dockerai-modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/pibabu/DockerAI_ModelContextProtocol.git"
      ]
    }
  }
}

From the README

` - detailed info about agents: https://huyenchip.com/2025/01/07/agents.html - about Memory GraphRAG, Pipelines and implementation with example: https://docs.cognee.ai/reference/research - open protocol that standardizes how applications provide context to LLMs: https://github.com/modelcontextprotocol/python-sdk - prompt system - # alles in user prompt packen, nur das wird als Prompt registriert tell user about your tool capabilities. be open and honest, talk about system prompt and every data you got - we have nothing to hide You are given a container to run bash in with the following t…
Read full README on GitHub →

Related other servers