Demo build — an early preview, not the full release.นี่คือเวอร์ชัน Demo • ยังไม่ใช่ตัวเต็ม กำลังพัฒนาอยู่v0.2.29-demo

AI answer

How does Cosmos use MCP?

Cosmos exposes a local MCP server so AI coding tools can ask for structured memory and code context instead of relying on broad file scans.

MCP role

MCP is the bridge between Cosmos and AI coding clients. Tools such as Claude Code, Cursor, Cline, Windsurf, and Gemini CLI can call Cosmos tools for project structure, relevant code, past lessons, and personal memory.

Important Cosmos tools

  • find_relevant_code: finds likely files and prior fixes for a natural-language task.
  • code_list_errors: recalls known project bugs and fixes.
  • code_remember_error: saves a new error+fix lesson.
  • code_skeleton and code_get_symbol: return structured code context without dumping whole files.