Skip to main content
Glama

Joern MCP Server

by sfncat
sample_cline_mcp_settings.json1.07 kB
{ "mcpServers": { "joern": { "autoApprove": [ "ping", "load_cpg", "get_method_callees", "get_method_callers", "get_class_full_name_by_id", "get_class_methods_by_class_full_name", "get_method_code_by_full_name", "get_method_code_by_id", "get_method_full_name_by_id", "get_call_code_by_id", "get_method_code_by_class_full_name_and_method_name", "get_derived_classes_by_class_full_name", "get_parent_classes_by_class_full_name", "get_method_by_call_id", "get_referenced_method_full_name_by_call_id", "get_calls_in_method_by_method_full_name" ], "disabled": false, "timeout": 1800, "command": "uv", "args": [ "--directory", "/home/user/github/joern_mcp", "run", "server.py" ], "transportType": "stdio", "config": { "host":"127.0.0.1", "port":"16162", "log_level":"ERROR", "description": "Joern mcp server" } } } }

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/sfncat/mcp-joern'

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