🌐
GitHub
github.com › cursor › cursor › issues › 3314
Local MCP Service Fails to Connect in Cursor Despite Being Accessible via curl · Issue #3314 · cursor/cursor
July 2, 2025 - The problem seems to stem from Cursor's sandboxed environment, which appears to be preventing it from making a network request to 127.0.0.1, even when the service is demonstrably available.
Published   Jul 02, 2025
🌐
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 ...
🌐
Smartscope
smartscope.blog › en › generative-ai › claude › serena-mcp-implementation-guide
Serena MCP Setup: 3-Step Guide (Python uv + Claude Code in 5min) - SmartScope
Use absolute paths (Windows %APPDATA% expansion issues can be worked around with env explicit variables) Test manual start: uvx --from git+https://github.com/oraios/serena serena start-mcp-server · Check logs: mcp.log / mcp-server-*.log for error details · MCP Inspector (official debug tool) for server connectivity tests · On Windows, project-level .cursor/mcp.json may not apply due to known bugs.
🌐
Apidog
apidog.com › blog › serena-mcp-server-2
How to Use Serena MCP Server
August 8, 2025 - Close and reopen Cursor to apply the changes. ... Generate a REST API in src/api.py. Serena will create code, respecting your project’s structure. ... Optimize this function for performance. Serena will suggest improvements, but note that Edit mode may be limited without a Pro subscription. ... The Serena MCP Server is a lifesaver for developers fed up with subscription costs. Here’s why it rocks: Free Forever: Works ...
🌐
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

🌐
GitHub
github.com › oraios › serena
GitHub - oraios/serena: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
Configuring Your Client. To connect Serena to your preferred MCP client, you typically need to configure a launch command in your client.
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%
🌐
LobeHub
lobehub.com › mcp › lin2000wl-serena-cursor-mcp
Serena | MCP Servers · LobeHub
1 month ago - Make sure to not have two different projects with the same name. If you are mostly working with the same project, you can also configure to always activate a project at startup by passing --project <path_or_name> to the serena-mcp-server command in your client's MCP config.
🌐
Cursor
forum.cursor.com › support › bug reports
Can get MCP tools working in Cursor anymore - Bug Reports - Cursor - Community Forum
6 days ago - Steps to Reproduce Enable MCP tools in the Cursor settings (I enabled Serena that used to work fine) and see them green (23 tools enabled). Use the Agent mode, use Sonnet 4.5 (it seem...
🌐
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 2, 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 problems are in the edit_file editor.
Find elsewhere
🌐
Oraios
oraios.github.io › serena › 02-usage › 030_clients.html
Connecting Your MCP Client — Serena Documentation
Serena works with OpenAI’s Codex CLI out of the box, but you have to use the codex context for it to work properly. (The technical reason is that Codex doesn’t fully support the MCP specifications, so some massaging of tools is required.). Add a run command to ~/.codex/config.toml to configure Serena for all Codex sessions; create the file if it does not exist.
🌐
Apidog
apidog.com › blog › serena-mcp-server
Serena MCP Server: The Open-Source Coding Agent Toolkit
October 24, 2025 - IDEs: VSCode, Cursor, and IntelliJ have extensions that support MCP, allowing you to use the Serena MCP Server directly within your development environment. Other MCP Clients: Tools like Cline, Roo Code Goose (for a command-line interface experience), and others can be configured to work with the ...
🌐
GitHub
github.com › lin2000wl › Serena-cursor-mcp › blob › master › CURSOR_SETUP.md
Serena-cursor-mcp/CURSOR_SETUP.md at master · lin2000wl/Serena-cursor-mcp
✅ Python 3.11 已安装 ✅ uv 包管理器已安装 ✅ Serena 项目依赖已安装 ✅ Cursor IDE 已安装 ... { "mcpServers": { "serena": { "command": "py", "args": [ "-3.11", "-m", "uv", "run", "--directory", "H:\\AI\\Serena\\serena-main", "serena-mcp-server", "--context", "ide-assistant", "--mode", "interactive", "--mode", "editing" ], "env": { "UV_INDEX_URL": "https://mirrors.aliyun.com/pypi/simple/" } } } }
Author   lin2000wl
🌐
DEV Community
dev.to › webdeveloperhyper › how-to-use-ai-more-efficiently-for-free-serena-mcp-5gj6
🧠How to use AI more efficiently for free (Serena MCP)🧐 - DEV Community
September 20, 2025 - When I open the cache with my Cursor editor, it was garbled but I could see the indexes ware made. However, the index did not seem to cover the whole project. So, I ran the command below and made the index for the whole project. uvx --from git+https://github.com/oraios/serena serena project index · ✅ Code Sample I tried Serena onboarding with my project that I made last time. ↓ Next.js project for SSR API test by Playwright and Mock Service Worker (MSW) https://dev.to/webdeveloperhyper/how-to-test-nextjs-ssr-api-playwright-msw-part-2-parallel-test-3akj
🌐
YouTube
youtube.com › watch
Serena MCP + ccusage: Save and Track Claude Usage Effectively - YouTube
In this video, I'll introduce you to the Serena MCP server and a tool to track your Claude Code usage. I'll dive into the benefits of using these tools, part...
Published   June 25, 2025
🌐
GitHub
github.com › oraios › serena › issues › 444
Has anyone encountered Serena MCP stuck in yellow status on Windsurf? · Issue #444 · oraios/serena
August 8, 2025 - I'm experiencing an issue where Serena MCP remains permanently yellow (Starting) in Windsurf, despite logs showing normal initialization. Environment Comparison: Cursor IDE: Serena MCP works perfectly - launches successfully and turns gr...
Published   Aug 08, 2025
🌐
GitHub
github.com › lin2000wl › Serena-cursor-mcp
GitHub - lin2000wl/Serena-cursor-mcp
Make sure to not have two different projects with the same name. If you are mostly working with the same project, you can also configure to always activate a project at startup by passing --project <path_or_name> to the serena-mcp-server command in your client's MCP config.
Author   lin2000wl
🌐
Reddit
reddit.com › r/chatgptcoding › cursor has mcp features that don't work for me any solutions?
r/ChatGPTCoding on Reddit: Cursor has MCP features that don't work for me any solutions?
January 16, 2025 -

Edit: Ive seena few people here and there still struggling to set things up it takes days sometimes you aren't alone luckily a fellow vibe coder has made a site for you to try out https://skeet.build it makes it easy he says so try it out and give him some feedback! (His account is in the comments)

Hey just reaching out because I've already scrapped all the web trying to set this up hope reddit can help

The new Cursor update finally added MCP Servers. I literally only care about "Sequential Thinking" spent 2 hours last night with Cline trying to get it working and we tried so many different ways

Cursor doesn't accept any SSE server I set up or a command just says failed to connect to server.

Cursors document on this is not in the slightest informative or helpful it's like they launched a broken feature.

Anyone know how to set up MCP on cursor? Even AI cant figure it out so your insight would be helpful.

Edit: Two people said this isn't working I will update it with more information soon in the meantime Show Claude Sonnet this file and Use the vscode extension RooCline to set it up he will get it working off this context.

Solution:

Setting up Sequential Thinking MCP Server for Cursor

This guide explains how to set up the Sequential Thinking MCP server using Supergateway to expose it over SSE (Server-Sent Events) for use with Cursor.

Prerequisites

  • Node.js installed on your system

  • npm (Node Package Manager)

  • A code editor (like VSCode)

Setup Steps

  1. Create a new directory for your MCP server:

mkdir cursor-mcp-server

cd cursor-mcp-server

2. Create a package.json file with the following content:

{

  "name": "sequential-thinking-sse",

  "version": "1.0.0",

  "dependencies": {

    "@modelcontextprotocol/sdk": "latest",

    "@modelcontextprotocol/server-sequential-thinking": "latest"

  }

}

3. Install the dependencies:

npm install

4. Run the Sequential Thinking server using Supergateway:

npx -y supergateway --port 8001 --stdio "npx @modelcontextprotocol/server-sequential-thinking"

Server Details

  • SSE Endpoint: http://localhost:8001/sse

  • Message Endpoint: http://localhost:8001/message

  • Server Name: sequential-thinking-server

  • Server Version: 0.2.0

Available Tools

The Sequential Thinking server provides a tool called "sequentialthinking" that enables:

  • Breaking down complex problems into manageable steps

  • Chain of thought reasoning

  • Hypothesis generation and verification

  • Maintaining context across multiple thought steps

Usage Example

The server accepts requests with the following parameters:

  • thought: The current thinking step (string)

  • thoughtNumber: Current thought number (integer)

  • totalThoughts: Total thoughts needed (integer)

  • nextThoughtNeeded: Whether another thought step is needed (boolean)

Troubleshooting

  1. If you get a port in use error:

- Try using a different port number (e.g., 8002, 8003)

- Or kill the process using the current port

2. If you see connection issues:

- Ensure no other MCP servers are running on the same port

- Check that the server is properly initialized before sending requests

Important Notes

  • The server uses SSE (Server-Sent Events) for real-time communication

  • Each thought is processed sequentially and maintains context

  • The server automatically handles JSON-RPC messaging

  • Responses include formatted thought output with progress tracking

Maintenance

To update the server and dependencies:

npm update @modelcontextprotocol/sdk @modelcontextprotocol/server-sequential-thinking

Server Output Format

The server outputs thoughts in a formatted box:

┌─────────────────────────────────┐

│ 💭 Thought 1/5                  │

├─────────────────────────────────┤

│ [Thought content here]          │

└─────────────────────────────────┘
🌐
GitHub
github.com › oraios › serena › issues › 782
How to use on Antigravity or Cursor? · Issue #782 · oraios/serena
November 21, 2025 - Couldn't find any config for Antigravity or Cursor in the doc. Doesn't it support? I already used the Serena on Claude Code with the following command: claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena-mcp-server --context ide-assistant --project $(pwd)
Published   Nov 21, 2025
🌐
Substack
goonnguyen.substack.com › p › serena-mcp-unlock-100-suc-manh-cho
Serena MCP: Unlock 100% sức mạnh cho AI Coding Agents!
July 24, 2025 - Cursor hiện tại cũng không cho phép tạo thêm custom mode như “Codebase” cạnh các mode mặc định như Agent, Ask, Manual nên tạm thời để dùng Serena hiệu quả chắc có thể dùng cách tạo .cursor/serena.md chứa context của workspace hoặc thêm tool tùy chỉnh trong .cursor/config.json với prompt mặc định "read Serena's initial instructions" để gọi nhanh
🌐
GitHub
github.com › oraios › serena › issues › 531
oraios/serena
August 24, 2025 - claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context ide-assistant --project $(pwd) Mine IDE is Cursor and I'm working on WSL2 setup with Go project
Published   Aug 24, 2025