by oraios
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
# Add to your Claude Code skills
git clone https://github.com/oraios/serenaYou can think of Serena as providing IDE-like tools to your LLM/coding agent.
With it, the agent no longer needs to read entire files, perform grep-like searches or basic string replacements to find the right parts of the code and to edit code.
Instead, it can use code-centric tools like find_symbol, find_referencing_symbols and insert_after_symbol.
No comments yet. Be the first to share your thoughts!
[!TIP] The Serena JetBrains plugin has been released!
Serena provides the necessary tools for coding workflows, but an LLM is required to do the actual work, orchestrating tool use.
In general, Serena can be integrated with an LLM in several ways: