ai-agent-logs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_AGENT_LOGS_API_URL | No | The URL of the ai-agent-logs API. | http://127.0.0.1:8120 |
| AI_AGENT_LOGS_PASSWORD | No | Password for authenticating with the ai-agent-logs API. | dopadopa123 |
| AI_AGENT_LOGS_USERNAME | No | Username for authenticating with the ai-agent-logs API. | armin |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Check ai-agent-logs-api health (GET /health). |
| loginA | Login to ai-agent-logs-api and cache the JWT. Optional username/password override env defaults. |
| list_promptsA | List stored prompts newest first (GET /api/v1/prompts). Auto-logs in if needed. |
| create_promptA | Create a prompt log row (POST /api/v1/prompts). Auto-logs in if needed. |
| list_sessionsA | List agent conversation sessions newest first (GET /api/v1/sessions). Auto-logs in if needed. |
| get_sessionA | Get one session and its prompt turns (GET /api/v1/sessions/:id). Auto-logs in if needed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ArminDashti/ai-agent-logs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server