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.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ DevTools mcp template-search lucene offline-search code-generation spring-boot java
⚙ Agent Friendliness
61
/ 100
Can an agent use this?
🔒 Security
30
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
72
Error Messages
0
Auth Simplicity
95
Rate Limits
10

🔒 Security

TLS Enforcement
25
Auth Strength
5
Scope Granularity
0
Dep. Hygiene
65
Secret Handling
70

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

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
45
AF Security 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

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No authentication/authorization mechanisms are described for the MCP server or the referenced remote endpoints; remote calls appear to be plain HTTP GETs.

Pricing

Free tier: No
Requires CC: No

No pricing information provided in the supplied content.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

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

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered