Cline MCP Server
@mows21
About Cline MCP Server
Cline MCP Server - Internal workflow orchestration for agentic tasks
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cline-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"cline-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cline MCP Server?
Cline MCP Server is an internal workflow orchestration server for agentic task execution. It integrates with the Model Context Protocol via a unified /mcp endpoint for JSON-RPC communication. It is designed for developers building automated agent workflows.
How to use Cline MCP Server?
Install dependencies with npm install, build with npm run build, and start with npm start. Alternatively, build and run with Docker using docker build -t cline-mcp . then docker run -p 8080:8080 cline-mcp. Configure via a JSON object with database, port, and auth_token keys.
Key features of Cline MCP Server
- Agent execution (e.g., summarize, extract, rewrite)
- Workflow management with external triggers (e.g., n8n)
- Key–value memory operations (CRUD)
- System command execution (e.g., Python scripts)
- MCP‑compatible tools, resources, and prompts
- SQLite database for persistent storage
Use cases of Cline MCP Server
- Automatically summarize daily call notes using GPT‑4
- Run recurring workflows triggered by external systems
- Store and retrieve process logs or agent context
- Execute system scripts as part of a task pipeline
FAQ from Cline MCP Server
What dependencies are required to run Cline MCP Server?
Node.js and npm are required. Docker is optional for containerized deployment.
How do I configure Cline MCP Server?
Create a JSON configuration with database (SQLite path), port (default 8080), and auth_token (secret token).
What transport does Cline MCP Server use?
It listens on HTTP port 8080 and uses a unified /mcp endpoint for JSON‑RPC communication.
Is authentication supported?
Yes, an auth_token can be set in the configuration to secure API endpoints.
What database does Cline MCP Server use?
It uses SQLite, configured via the database field (e.g., sqlite:///data/cline.db).
Frequently asked questions
What dependencies are required to run Cline MCP Server?
Node.js and npm are required. Docker is optional for containerized deployment.
How do I configure Cline MCP Server?
Create a JSON configuration with `database` (SQLite path), `port` (default 8080), and `auth_token` (secret token).
What transport does Cline MCP Server use?
It listens on HTTP port 8080 and uses a unified `/mcp` endpoint for JSON‑RPC communication.
Is authentication supported?
Yes, an `auth_token` can be set in the configuration to secure API endpoints.
What database does Cline MCP Server use?
It uses SQLite, configured via the `database` field (e.g., `sqlite:///data/cline.db`).
Basic information
More Reasoning MCP servers
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
Comments