CLP MCP Server
A model context protocol server to work with accessing Compressed Log Processor (CLP).
Getting Started
Option 1 (Easiest): Use uv package manager
Step 1: Install uv package manager.
Step 2: Clone this repository (e.g., to "C:\mcp-server-clp")
Step 3: Configure your editor
Copy the following contents to Menu Bar -> File -> Preferences -> Cursor Settings -> Tools & Integrations -> MCP Tools -> Add Custom MCP
- Open command palette with
Ctrl + Shift + P
. - Choose
MCP: Add Server...
. - Choose
Command (stdio) Run a local command that implements the MCP protocol
. - Type
uv --directory C:\mcp-server-clp run python -m mcp_server_clp C:\path_to_log_files
. - Type the name of the server, e.g.,
mcp-server-clp
. - You should end up with a file looking like
Copy the following contents to claude_desktop_config.json
by Menu Bar -> File -> Settings -> Developer -> Edit Config
Option 2: If you already have a Python and Node.js environment
Step 1: Clone this repository
Step 2: Setup a venv and install dependencies in pyproject.toml
Step 3: Run the MCP server in server mode
Step 4: Configure your editor
Copy the following contents to your mcp configuration file.
Example Prompts
Here are some example prompts you can use:
- Please list all files accessible through CLP mcp server.
- Read
example.clp.zst
file and summarize the log file. - Locate the error in
example.clp.zst
log file.
Contributing
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
An MCP server implementation that allows Claude to read and process CLP (Compact Log Protocol) files, supporting both stdio and SSE/HTTP communication methods.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -718045TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -1PythonGPL 3.0
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -7184TypeScriptMIT License
Fused MCP Agentsofficial
-securityAlicense-qualityA Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.Last updated -23MIT License