Skip to main content
Glama
ArminDashti
by ArminDashti

ai-agent-logs-mcp

MCP-сервер, позволяющий агентам Cursor взаимодействовать с ai-agent-logs-api (те же данные, что отображаются в ai-agent-logs-webui).

Предварительные требования

  1. Запустите API локально (по умолчанию http://127.0.0.1:8120).

  2. Node.js 18+.

Related MCP server: Log MCP Server

Настройка

cd C:\Users\armin\GitHub\ai-agent-logs-mcp
copy .env.example .env
npm install
npm run build

Cursor (~/.cursor/mcp.json)

"ai-agent-logs-mcp": {
  "command": "node",
  "args": ["C:/Users/armin/GitHub/ai-agent-logs-mcp/dist/index.js"],
  "env": {
    "AI_AGENT_LOGS_API_URL": "http://127.0.0.1:8120",
    "AI_AGENT_LOGS_USERNAME": "armin",
    "AI_AGENT_LOGS_PASSWORD": "dopadopa123"
  }
}

Перезапустите MCP / перезагрузите Cursor после изменения mcp.json.

Инструменты

Инструмент

API

health_check

GET /health

login

POST /api/v1/auth/login

list_prompts

GET /api/v1/prompts

create_prompt

POST /api/v1/prompts

list_sessions

GET /api/v1/sessions

get_session

GET /api/v1/sessions/:id

Аутентифицированные инструменты автоматически выполняют вход с учётными данными из окружения, если JWT не кэширован.

Переменные окружения

Переменная

По умолчанию

AI_AGENT_LOGS_API_URL

http://127.0.0.1:8120

AI_AGENT_LOGS_USERNAME

armin

AI_AGENT_LOGS_PASSWORD

dopadopa123

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to query Prometheus metrics and Loki logs for intelligent alert investigation and troubleshooting. Provides service discovery, metric querying, log searching, and correlation tools to help identify root causes of issues.
    9
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to automatically inspect and analyze application runtime log files for debugging and troubleshooting. Supports monitoring multiple log directories simultaneously with tools for listing, reading, searching, and paginating through log files.
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI coding agents with tools to query, search, and analyze persisted HTTP request logs, enabling efficient debugging without terminal noise.
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.

View all MCP Connectors

Latest Blog Posts

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