Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cline Project Content Server

БесплатноНе проверен

Cline Project Content Server — Model Context Protocol server

GitHubEmbed

Описание

Cline Project Content Server — Model Context Protocol server

README

An MCP server that provides access to project files and their contents.

Project Content Server MCP server

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Build the project:
    npm run build
    

Usage

Start the server:

node build/index.js

API

latest_project_data

Get all files and their contents from a project directory.

Parameters:

  • projectPath (string): Path to the project directory

Example Request:

{
  "name": "latest_project_data",
  "arguments": {
    "projectPath": "/path/to/project"
  }
}

Example Response:

{
  "file1.txt": "Contents of file1",
  "subdir/file2.js": "Contents of file2"
}

Configuration

The server can be configured using environment variables:

  • PORT: Port to run the server on (default: stdio)

Error Handling

The server returns errors in the following format:

{
  "content": [{
    "type": "text",
    "text": "Error message"
  }],
  "isError": true
}

Common errors include:

  • Invalid project path
  • Permission denied errors
  • File system errors

License

MIT

from github.com/MaheshDoiphode/mcp-cline-project-content-server

Установка Cline Project Content Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/MaheshDoiphode/mcp-cline-project-content-server

FAQ

Cline Project Content Server MCP бесплатный?

Да, Cline Project Content Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cline Project Content Server?

Нет, Cline Project Content Server работает без API-ключей и переменных окружения.

Cline Project Content Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Cline Project Content Server в Claude Desktop, Claude Code или Cursor?

Открой Cline Project Content Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cline Project Content Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development