Install
Integrate
Callagnost.Track after adding your tools, before serving:
Options
| Field | Type | Default | Description |
|---|---|---|---|
Endpoint | string | https://api.agnost.ai | API endpoint |
DisableInput | bool | false | Skip tracking tool inputs |
DisableOutput | bool | false | Skip tracking tool outputs |
Identify | func | nil | Return user identity from request context |
LogLevel | string | "info" | debug, info, warning, error |
What appears in Agnost
- Tools for MCP tool invocations.
- Raw logs for every tracked call.
- Errors when a tool call fails.
Verify
Call one MCP tool from your client, then open app.agnost.ai. Check Raw logs first, then Tools.Troubleshooting
- Call
agnost.Trackafter adding tools and before serving. - Confirm the org ID is correct.
- Use
DisableInput/DisableOutputif tool args or results are sensitive.
