Agent Mcp Logging
FreeNot checkedDemonstrates structured logging of Agentic AI calls to MCP servers, building a Phishing Triage Assistant as an example
About
Demonstrates structured logging of Agentic AI calls to MCP servers, building a Phishing Triage Assistant as an example
README
A practical guide to building an observable Phishing Triage Assistant with MCP and structured logging
TLDR: We show structured logging of AI Agents with MCP to tackle Phishing Triage, allowing continuous security monitoring in a SIEM and automated remediation in a SOAR.
This code is a companion to our technical blog post, published by Realm.Security.
See the technical blog for more details.

Contents
mcp_server.pyprovides the MCP server using FastMCP, instrumented with client-side loggingagent_client.pyprovides the AI agent using LangGraph, with structured logging across both agent and tools
Usage
Ensure uv is installed to manage the Python dependencies.
Run the MCP server:
uv run -- python mcp_server.py
Then, in a separate terminal, run the AI agent.
uv run -- python agent_client.py
The agent requires access to a Large Language Model (LLM), and is set up to use Anthropic Claude Sonnet 3.7 through AWS Bedrock by default. Ensure your access credentials are available to the LangChain API.
Installing Agent Mcp Logging
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/realm-security/agent-mcp-loggingFAQ
Is Agent Mcp Logging MCP free?
Yes, Agent Mcp Logging MCP is free — one-click install via Unyly at no cost.
Does Agent Mcp Logging need an API key?
No, Agent Mcp Logging runs without API keys or environment variables.
Is Agent Mcp Logging hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Agent Mcp Logging in Claude Desktop, Claude Code or Cursor?
Open Agent Mcp Logging on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Agent Mcp Logging with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
