mcp-codestyle-server
by itxaiohanglover
Overview
Provides code template search and retrieval tools for IDEs and AI agents via the Model Context Protocol (MCP).
Installation
No command providedEnvironment Variables
- repository.remote-path
- repository.remote-search-enabled
- cache.base-path
Security Notes
The server downloads ZIP files from a configurable `repository.remote-path` and extracts them to a local cache. If the `repository.remote-path` is configured to an untrusted source, malicious ZIP files could be downloaded and extracted, potentially leading to directory traversal attacks, arbitrary file writes, or other forms of system compromise. The `Hutool ZipUtil.unzip` function is used for extraction, and while Hutool generally implements safeguards, this remains a critical point if the remote server is compromised or untrusted.
Similar Servers
easy-code-reader
Provides a Model Context Protocol (MCP) server for AI assistants to intelligently read Java source code from local projects and Maven dependencies, supporting decompilation and multi-module analysis.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.