KO
|
EN
gitlite — search
Search
#python
#react
#machine-learning
#python3
#hacktoberfest
#javascript
#nodejs
#typescript
#raspberry-pi
#ios
#swift
#pytorch
codelf
★ 195
Open GitHub ↗
make cursor/windsurf work better
Download README (.md)
Explore Similar Repositories
hermes-mcp
:
Hermes Atlas MCP exposing hermes atlas ecosystem catalog - to any MCP-aware client (claude, cursor, continue, windsurf, etc)
windsurf-assistant-pub
:
windsurf小助手, 一键取号切号, 备份mcp/rules, 重置机器码
warp.dev_account_manager
:
Warp.dev IDE Free - PRO, Cursor / Windsurf / Kiro Dev Alternative
phpfmt8
:
PHP formatter for Sublime Text 4, with PHP 8 support. Core for vscode/cursor/windsurf phpfmt plugin
railway-mcp
:
An unofficial and community-built MCP server for integrating with https://railway.app
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
codelf
?
Download (.md)
# Codelf > By DJJ & Dannielee ## Thanks **Powered By [AiHubMix](https://aihubmix.com)** [](https://raw.githubusercontent.com/Disdjj/codelf/main/README_CN.md) Codelf is a powerful AI-assisted coding tool that provides better code understanding and modification capabilities for AI agents through the Model Context Protocol (MCP). ## MCP Setup add mcp settings ``` { "mcpServers": { "codelf": { "command": "npx", "args": ["codelf"] } } } ``` 1. Initialize codelf in Cursor/Windsurf agent mode by sending the command: ``` do init-codelf and follow the instructions ``` 1. In most cases, prompts will be automatically assembled by codelf 2. After the agent completes writing, you can prompt: ``` do update-project-info ``` ## Cursor Setup 1. goto `Settings` -> `Rules` -> `User Rules` 2. add Content ``` Before responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions. Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response ``` 3. if you are in windows, add ```I am currently under the Windows system. Use like "C:\Users\..." to send Path``` ## Windsurf Setup 1. goto `Settings` -> `cascade` -> `Memories and Rules` -> `Global rules` 2. add Content ``` Before responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions. Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response ``` 3. if you are in windows, add ``` I am currently under the Windows system. Use like "C:\\Users\\..." to send Path ``` ## Core Features ### AI IDE Friendly - Automatically analyzes project language/structure/purpose - Reads code blocks in Edit/Agent mode - Records each LLM request for traceability ### MCP Support - Comprehensive project structure - Complete code standards ### Adaptive Changes - File tree - Project structure changes - Code standard validation