mcp-codestyle-server
An MCP (Model Context Protocol) server that provides tools to search and fetch code templates from a local Lucene-based cache, with an optional remote mode to retrieve/update template metadata and download missing template files (ZIP) into a local cache.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Remote endpoints are described as HTTP GETs without any authentication; template ZIP downloads and metadata are accepted from the remote base URL (integrity checks are described via SHA256 per file, but broader trust, signature verification, and path traversal protections are not described). No mention of TLS-only enforcement or request signing. Security posture for multi-tenant use is therefore weak without deployment-level controls (networking, firewalling, and/or reverse proxy auth).
⚡ Reliability
Best When
You want a local-first, agent-friendly MCP tool to browse and retrieve templated code artifacts, optionally syncing from a trusted remote repository.
Avoid When
You need strong authentication/authorization, fine-grained scope control, or you cannot trust the remote endpoint that serves metadata and template ZIP files.
Use Cases
- • IDE/agent-assisted retrieval of code templates by keyword (directory tree + descriptions)
- • Fetch full template contents by a structured template path (groupId/artifactId/version/...)
- • Offline template search using a local Lucene index (including Chinese tokenization)
- • On-demand self-healing of missing templates by downloading remote metadata and template archives
Not For
- • Secure multi-tenant deployments without additional access control
- • Use as a general-purpose template rendering service (it mainly returns template contents and variable descriptions)
- • Workloads requiring guaranteed rate limiting and strict API error semantics
Interface
Authentication
No authentication/authorization mechanisms are described for the MCP server or the referenced remote endpoints; remote calls appear to be plain HTTP GETs.
Pricing
No pricing information provided in the supplied content.
Agent Metadata
Known Gotchas
- ⚠ Remote mode depends on the remote endpoints being reachable and returning expected JSON/ZIP structures.
- ⚠ Behavior for malformed template paths or missing templates is not fully documented in the supplied content.
- ⚠ Remote-search-enabled defaults to false; agents expecting remote refresh must enable it and configure remote-path.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-codestyle-server.
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.