Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cline Mcp Server

    Cline MCP Server - Internal workflow orchestration for agentic tasks

    0 stars
    Python
    Updated May 5, 2025

    Documentation

    Cline MCP Server

    Internal workflow orchestration server for agentic task execution.

    Quick Start

    bash
    npm install
    npm run build
    npm start

    Docker

    bash
    docker build -t cline-mcp .
    docker run -p 8080:8080 cline-mcp

    Configuration

    json
    {
      "database": "sqlite:///data/cline.db",
      "port": 8080,
      "auth_token": "your-secret-token"
    }

    API Endpoints

    Agent Execution

    http
    POST /agent/run
    {
      "task": "summarize",
      "input": "today's call notes",
      "tool": "gpt4",
      "context": "internal"
    }

    Workflow Management

    http
    POST /workflow
    {
      "workflow_id": "daily-summary",
      "trigger": "n8n",
      "inputs": {...}
    }

    Memory Operations

    http
    GET /memory/{key}
    POST /memory
    DELETE /memory/{key}

    System Execution

    http
    POST /exec
    {
      "command": "python scripts/process.py",
      "args": ["--input", "data.csv"]
    }

    MCP Compatibility

    Uses unified /mcp endpoint for JSON-RPC communication. Supports:

    • Tools: agent tasks, workflows, system exec
    • Resources: memory access, process logs
    • Prompts: task templates, workflow definitions

    License

    MIT License

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k