Skip to main content
Coding AgentsPython

oraios/serena

A fully-featured coding agent that relies on symbolic code operations by using language servers.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/oraios/serena

Claude Desktop configuration example:

{
  "mcpServers": {
    "serena": {
      "command": "npx",
      "args": [
        "-y",
        "oraios/serena"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
oraios