oraios/serena

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 23rd, 2025
Open Issues & Pull Requests: 154 (+0)
GitHub issues: Enabled
Number of forks: 1,965
Total Stargazers: 28,944 (+0)
Total Subscribers: 92 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 hours
Mean response time: 4.6 days
90th percentile: 8.6 days
Tracked items: 840

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 79% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 3 hours, while "for core team only" waits about 2 days. 48% of tracked open issues have had no activity in three months. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 81
New in 7 days: 19
Closed in 7 days: 18
Avg open age: 110 days
Stale 30+ days: 45
Stale 90+ days: 33

Recent activity

Opened in 7 days: 16
Closed in 7 days: 17
Comments in 7 days: 19
Events in 7 days: 48

Top labels

  • enhancement (69)
  • bug (35)
  • for core team only (25)
  • good first issue (24)
  • low priority (20)
  • language-specific (18)
  • invalid (16)
  • jetbrains (14)

Detailed Description

Serena is an MCP toolkit that provides semantic code retrieval, editing, and refactoring capabilities for AI coding agents.

The tool addresses the gap between what AI agents can do with raw text manipulation and what they need to work reliably on complex codebases. Rather than relying on line numbers or primitive search patterns, Serena operates at the symbol level, exploiting relational structure to enable agent-first operations like cross-file renames, reference lookups, and refactoring. It integrates with any client or LLM through the model context protocol, allowing agents to perform these IDE-level operations atomically instead of through fragile, multi-step text edits.

Serena suits teams deploying AI coding agents on substantial or complex codebases where semantic understanding of code structure matters. It works alongside agent built-ins rather than replacing them, handling symbol-aware navigation and refactoring while agents continue using their native capabilities for simpler text edits and non-code work. The tool is designed specifically for agent workflows, not as a general IDE replacement for human developers.

The project maintains a substantial base of outside users reporting real-world issues, indicating active adoption beyond the core team. Maintainers typically respond to new issues and pull requests within hours. Work in the issue tracker centers on enhancements, bug fixes, and items reserved for the core team.