Types of logs
Operational logs
Operational logs record activity generated when MCP clients use your server. Depending on the request, a log entry may include:- Capability type, such as Tool, Resource, or Prompt
- Capability name
- Request time
- Success or failure status
- HTTP status code or MCP result
- Response time
- Request and response size
- MCP client information, when available
- Safe error details for troubleshooting
Audit logs
Audit logs track configuration changes made to your MCP server. Examples include:- Importing an OpenAPI specification
- Editing tools, resources, or prompts
- Publishing a new version
- Pausing or resuming a server
- Updating a custom domain
- Changing server settings
What 0mcp stores
0mcp stores only the operational metadata needed to monitor usage and troubleshoot problems. This includes information such as:- Timestamp
- Capability name
- Request outcome
- Status code
- Response time
- Request and response size
- Safe error details
What 0mcp does not store
To help protect your application data, 0mcp does not store:- Request bodies
- Response bodies
- HTTP request headers
- Authorization headers
- Bearer tokens
- API keys
- Other authentication credentials
Logs provide the status and performance details needed for monitoring without copying credentials or API payloads into 0mcp.
Troubleshooting with logs
When investigating an issue:- Filter logs by the time the problem occurred.
- Narrow the results by capability, status, or MCP client.
- Review the matching log entry and its execution details.
- Compare the timestamp with your upstream API logs for deeper debugging.