CLP MCP Server
Test prompt
Read last 5 log events from log_file.clp.zst.
Run
Option 1: stdio
Modify Claude Desktop config claude_desktop_config.json
Option 2: SSE/HTTP
uv run python -m mcp_server_clp <directory> --sse
Modify Claude Desktop config claude_desktop_config.json
--allow-http
is useful when connecting to a remote machine though http.
Useful tools for debugging the mcp protocol
npx @modelcontextprotocol/inspector node build/index.js
https://github.com/modelcontextprotocol/inspector
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 to run commands.Last updated -2265150TypeScriptMIT License
- AsecurityAlicenseAqualityEnables interaction with remote MCP servers using SSE transport instead of STDIO for enhanced communication capabilities.Last updated -1920PythonMIT License
- AsecurityAlicenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -223PythonMIT License
- AsecurityAlicenseAqualityThis project aims to build a Claude Code MCP server and implement its associated tools (explain\_code, review\_code, fix\_code, edit\_code, test\_code, simulate\_command, your\_own\_query). The server is implemented using Node.js and the MCP SDK. It receives tool requests from clients via Stdio, dynamicallyLast updated -77714JavaScriptMIT License