MCP Server
Description
# Code MCP Server 一个基于Model Context Protocol (MCP)的代码管理服务器。 ## 功能特性 - MCP协议支持 - 代码分析和处理 - RESTful API接口 - 异步处理能力 ## 技术栈 - Python 3.11+ - FastAPI - MCP (Model Context Protocol) - Pydantic - Uvicorn ## 开发环境 ```bash # 创建虚拟环境 uv venv # 激活虚拟环境 source .venv/bin/activate # 安装依赖 uv pip…
About
# Code MCP Server 一个基于Model Context Protocol (MCP)的代码管理服务器。 ## 功能特性 - MCP协议支持 - 代码分析和处理 - RESTful API接口 - 异步处理能力 ## 技术栈 - Python 3.11+ - FastAPI - MCP (Model Context Protocol) - Pydantic - Uvicorn ## 开发环境 ```bash # 创建虚拟环境 uv venv # 激活虚拟环境 source .venv/bin/activate # 安装依赖 uv pip install -e . # 安装开发依赖 uv pip install -e…
Details
- Author
- Protagonistss
- Downloads
- 132
- Categories
- Developer Tools
Jump to
- MCP protocol support for standardized code management
- Code analysis and processing capabilities
- RESTful API interface for integration
- Asynchronous processing for better performance
- Built with FastAPI, Pydantic, and Uvicorn
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To run the server, ensure you have Python 3.11+ and then execute python -m code_mcp_server.main in your terminal. For development, create a virtual environment with uv venv, activate it, and install dependencies using uv pip install -e . or with development extras using uv pip install -e ".[dev]".
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server": {
"code-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"code-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Code MCP Server
一个基于Model Context Protocol (MCP)的代码管理服务器。
功能特性
- MCP协议支持
- 代码分析和处理
- RESTful API接口
- 异步处理能力
技术栈
- Python 3.11+
- FastAPI
- MCP (Model Context Protocol)
- Pydantic
- Uvicorn
开发环境
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





