Skip to main content
Glama

CLP MCP Server

by hoophalab

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

{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "<directory>" ] }, "CLP file reader": { "command": "uv", "args": [ "--directory", "<source code dir>", "run", "python", "-m", "mcp_server_clp", "<directory>" ] } }, "globalShortcut": "" }

Option 2: SSE/HTTP

uv run python -m mcp_server_clp <directory> --sse

Modify Claude Desktop config claude_desktop_config.json

{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "<directory>" ] }, "CLP file reader": { "command": "npx", "args": [ "mcp-remote", "http://127.0.0.1:8000/sse", "--allow-http" ] } }, "globalShortcut": "" }

--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

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Test prompt
    1. Run
      1. Option 1: stdio
      2. Option 2: SSE/HTTP
    2. Useful tools for debugging the mcp protocol

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server to run commands.
        Last updated -
        2
        265
        150
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables interaction with remote MCP servers using SSE transport instead of STDIO for enhanced communication capabilities.
        Last updated -
        1
        920
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A 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 -
        2
        23
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        This 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, dynamically
        Last updated -
        7
        77
        14
        JavaScript
        MIT License
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoophalab/mcp-server-clp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server