GitHub
github.com › oraios › serena
GitHub - oraios/serena: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
3 weeks ago - by using the model context protocol (MCP). Serena provides an MCP server which integrates with · Claude Code and Claude Desktop, terminal-based clients like Codex, Gemini-CLI, Qwen3-Coder, rovodev, OpenHands CLI and others, IDEs like VSCode, Cursor or IntelliJ, Extensions like Cline or Roo Code ·
Starred by 17.6K users
Forked by 1.2K users
Languages Python 87.2% | JavaScript 3.2% | AL 1.2% | Elixir 1.0% | CSS 0.9% | Erlang 0.9%
Reddit
reddit.com › r/claudeai › try out serena mcp. thank me later.
r/ClaudeAI on Reddit: Try out Serena MCP. Thank me later.
June 20, 2025 -
Thanks so much to /u/thelastlokean for raving about this.
I've been spending days writing my own custom scripts with grep, ast-grep, and writing tracing through instrumentation hooks and open telemetry to get Claude to understand the structure of the various api calls and function calls.... Wow. Then Serena MCP (+ Claude Code) seems to be built exactly to solve that.
Within a few moments of reading some of the docs and trying it out I can immediately see this is a game changer.
Don't take my word, try it out. Especially if your project is starting to become more complex.
https://github.com/oraios/serena
Local MCP Service Fails to Connect in Cursor Despite Being Accessible via curl
Describe the Bug Hello Cursor Team, I’m experiencing a persistent issue where a locally running MCP service fails to connect within Cursor, even though it’s fully operational and accessible from the operating system. Af… More on forum.cursor.com
It's a combination of a lot of rules, and I've used this rule to improve the accuracy of cursor significantly - Showcase - Cursor - Community Forum
这是中文版本 This is the English version This rule is compatible with the latest version of cursor1.2 and requires the installation of MCP services: serena, context7. It can solve 80% of my problems, and most of the problems are in the edit_file editor. More on forum.cursor.com
Try out Serena MCP. Thank me later.
What does this do for the English speaking More on reddit.com
What’s Claude Code’s Secret Sauce? Cracking the Code..
I find Claude code to be the best as well. I’m using plenty of tools and it’s my number #1. Except it’s been costing me… a lot of money! I just went through $100 in less than a week. More on reddit.com
Videos
r/neovim on Reddit: How to get all the goodness of Cursor (Agentic ...
06:20
Serena MCP + ccusage: Save and Track Claude Usage Effectively - ...
05:49
Cursor + MCP Servers: Complete Setup Guide (Sequential Thinking, ...
19:56
The 3 MUST Have MCP Servers for Any AI Coding (and How to Use Them) ...
08:15
Install Serena with Ollama - AI Coding Agent Toolkit with MCP - ...
Cursor
forum.cursor.com › bug reports
Local MCP Service Fails to Connect in Cursor Despite Being Accessible via curl - Bug Reports - Cursor - Community Forum
July 2, 2025 - Describe the Bug Hello Cursor Team, I’m experiencing a persistent issue where a locally running MCP service fails to connect within Cursor, even though it’s fully operational and accessible from the operating system. After extensive debugging, we’ve concluded the issue lies within the Cursor application itself.
Cursor
forum.cursor.com › showcase
It's a combination of a lot of rules, and I've used this rule to improve the accuracy of cursor significantly - Showcase - Cursor - Community Forum
April 1, 2025 - 这是中文版本 This is the English version This rule is compatible with the latest version of cursor1.2 and requires the installation of MCP services: serena, context7. It can solve 80% of my problems, and most of the problem…
Oraios AI
everydev.ai › home › tools › ai coding assistants › serena
Serena - AI Tool for Devs | EveryDev.ai
September 20, 2025 - Claude (even the free tier) supports MCP, so you can use Serena with zero cost and Claude Desktop today. And because Serena runs locally, no code ever leaves your machine. Turns Claude into a real agent — like Cursor or Copilot, but smarter ...
Genai
genai.works › mcp-servers › serena-m99w22px
Serena
- Extensibility: Provides a framework for adding new tools and command handlers, allowing developers to extend functionality by creating custom C# command handlers and corresponding Python tools. - Integration with MCP Clients: Designed to work seamlessly with MCP clients like Claude Desktop and Cursor, enhancing the capabilities of AI-assisted development within Unity.
GitHub
github.com › lin2000wl › Serena-cursor-mcp
GitHub - lin2000wl/Serena-cursor-mcp
To our knowledge, Serena is the first fully-featured coding agent where the entire functionality is available through an MCP server, thus not requiring API keys or subscriptions. The most prominent subscription-based coding agents are parts ...
Author lin2000wl
Oraios
oraios.github.io › serena › 02-usage › 030_clients.html
Connecting Your MCP Client — Serena Documentation
We specify the current directory as the project directory with --project "$(pwd)", such that Serena is configured to work on the current project from the get-go, following Claude Code’s mode of operation. Alternatively, use --project-from-cwd for user-level configuration that works across all projects: claude mcp add --scope user serena -- <serena> start-mcp-server --context=claude-code --project-from-cwd