Currently we support mainly HTTP server with JSON but MCP support can be also used with stdio.
I have mainly tested the HTTP with Claude-CLI as an MCP.
but we need to test it with stdio.
If you run the ebpf-mcp-server on same machine and claude-cli then it's fairly straight forward.
if you run it like me on remote server then you probably need to tunnel the stdio connection somehow to Claude-CLI.
Once successfully tested, we need two things:
- Tutorial in Docs on how to do it, you can update the current tutorial to teach both http and stdio and in different cases with remote machine / with local machine.
- Add test to the stdio option
Currently we support mainly HTTP server with JSON but MCP support can be also used with stdio.
I have mainly tested the HTTP with Claude-CLI as an MCP.
but we need to test it with stdio.
If you run the ebpf-mcp-server on same machine and claude-cli then it's fairly straight forward.
if you run it like me on remote server then you probably need to tunnel the stdio connection somehow to Claude-CLI.
Once successfully tested, we need two things: