Cline Project Content Server
БесплатноНе проверенCline Project Content Server — Model Context Protocol server
Описание
Cline Project Content Server — Model Context Protocol server
README
An MCP server that provides access to project files and their contents.
Installation
- Clone the repository
- Install dependencies:
npm install - 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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Cline Project Content Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
