Odel
Taranis AI

Taranis AI

Local
@taranis-aiPythonUpdated 1mo ago

Search stories and discover OSINT sources in Taranis AI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItaranis-mcp-serverv0.1.1

Run

uvx taranis-mcp-server

MCP client config

{
  "mcpServers": {
    "taranis-ai": {
      "command": "uvx",
      "args": [
        "taranis-mcp-server"
      ]
    }
  }
}
Dockerghcr.io/taranis-ai/taranis-mcp-server:0.1.1

Run

docker run -i --rm ghcr.io/taranis-ai/taranis-mcp-server:0.1.1

MCP client config

{
  "mcpServers": {
    "taranis-ai": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/taranis-ai/taranis-mcp-server:0.1.1"
      ]
    }
  }
}