itxaiohanglover/mcp-codestyle-server
MCP Codestyle Server 是一个基于 Spring AI 实现的 Model Context Protocol (MCP) 服务器,为 IDE 和 AI 代理提供代码模板搜索和检索工具。该服务从本地缓存查找模板,并在缺失时自动从远程仓库下载元数据和文件进行修复。
Platform-specific configuration:
{
"mcpServers": {
"mcp-codestyle-server": {
"command": "npx",
"args": [
"-y",
"mcp-codestyle-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...