SolonMcpSlsLogServer
Provides a Java-based MCP (Model Context Protocol) server (using Solon AI MCP) that exposes multiple SSE endpoints for tools, including an Alibaba Cloud SLS (Simple Log Service) log-query interface plus auxiliary endpoints for general tools, weather, prompt management, and resource management. Intended for integration with Cursor via MCP configuration.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
The README includes placeholders for Aliyun SLS access keys in application.yml and suggests using filters for basic auth, but does not show TLS-only enforcement, robust authentication/authorization, audit logging, input validation, or secrets-handling best practices (e.g., using a vault, avoiding logging secrets). SSE endpoints are configured over http://localhost by example; production TLS requirements are not specified.
⚡ Reliability
Best When
You need a locally hosted MCP server to let an agent query SLS logs and call supporting tools through Cursor.
Avoid When
You cannot implement and verify proper security controls (auth, input validation, network restrictions) before exposing endpoints beyond a trusted network.
Use Cases
- • Querying Alibaba Cloud SLS logstores and logs via MCP tools
- • Offering utility functions (calculator/string/time) to an AI agent via MCP
- • Exposing domain-specific endpoints (e.g., prompts/resources) to Cursor/agents
- • Building a local MCP tool hub for agent workflows and troubleshooting
Not For
- • Production deployments that require strong, well-specified auth, audit trails, and strict operational guarantees without further hardening
- • Use as a public internet service without network-level protections and robust authentication/authorization
- • High-scale/high-throughput log analytics without considering pagination, rate limiting, and query cost controls
Interface
Authentication
README shows a simple Filter example that checks a request parameter and returns 401. It is presented as an added feature, not as a demonstrated secure default. No evidence of fine-grained authorization or token-based auth in the provided content.
Pricing
No pricing model is described; this appears to be self-hosted software using external services (e.g., Aliyun SLS) which may incur their own costs.
Agent Metadata
Known Gotchas
- ⚠ The endpoints are SSE URLs registered in Cursor mcp.json; incorrect URL paths/ports or missing/incorrect Cursor config will prevent tool discovery.
- ⚠ Timeout/connection settings are shown as configurable, but operational defaults and failure handling behavior are not documented in the provided README.
- ⚠ Log query parameters (time format, line/offset) must match expected formats; mismatches may lead to errors or empty results.
- ⚠ The sample auth mechanism is query-parameter based and may not be suitable for untrusted networks; treat it as illustrative unless hardened.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for SolonMcpSlsLogServer.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.