#48 · Primary category: AI Coding Assistants
serena
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Project last updated:08/20/26
GitHub Stars
28.6K
Forks
1.9K
Contributors
221
License
MIT
Why we included this project
Serena is built for the agent, not the human at the keyboard: it gives coding models the symbol-level understanding a developer gets from an IDE, so they can work with semantic retrieval, cross-file rename, refactoring, and debugging tools instead of line numbers and raw text searches. Everything is exposed over the Model Context Protocol, so any MCP-compatible client or LLM can call the tools directly. The abstractions are deliberately high-level and agent-first, and that design pays off most on large, complex codebases, where agents navigate and edit code faster and with fewer error-prone steps. If you are wiring an AI coding agent into real development work, this is a practical toolkit to try.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.