mcp-cline-project-content-server
Documentation
Project Content Server
An MCP server that provides access to project files and their contents.
Installation
1. Clone the repository
2. Install dependencies:
npm install3. Build the project:
npm run buildUsage
Start the server:
node build/index.jsAPI
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
Frequently asked questions
What is mcp-cline-project-content-server?
mcp-cline-project-content-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-cline-project-content-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-cline-project-content-server open source?
Yes — it is hosted on GitHub at https://github.com/MaheshDoiphode/mcp-cline-project-content-server and has 6 stars.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP