Back to Home
tianhuil icon

agent-state

Verified Safe

by tianhuil

Overview

A Model Context Protocol (MCP) server for managing agent state and logs, facilitating interruption and resumption of long-lived agents.

Installation

Run Command
uv run python main.py

Security Notes

The server reads and writes to local files (`.agent-state.txt`, `.agent-log.txt`) within a user-provided `directory`. While the `directory` parameter is validated to be an absolute and existing directory, an upstream agent could potentially provide a valid but undesirable directory (e.g., a system directory) if not properly controlled by the calling environment. No direct malicious patterns like `eval`, hardcoded secrets, or network risks are apparent in the provided source.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-12

Tags

MCP ServerAgent StateLog ManagementPythonFastMCP