Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
C

codelf

> 编程语言
Open source

make cursor/windsurf work better

195 stars0 likes1 views
WebsiteGitHub

About

make cursor/windsurf work better

Codelf

By DJJ & Dannielee

Thanks

Powered By AiHubMix 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
  1. 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
  1. 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

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言