0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Serena MCP セットアップガイド

0
Posted at

2025/12/12 時点の情報です。

Serena MCP をきっちり使うと Claude Code の記憶喪失を軽減でき、効率が非常に上がった。
横展開のためにあらためてセットアップ方法を記述する。

環境

  • WSL2 Ubuntu-22.04

1. uv, uvx のインストール

curl -LsSf https://astral.sh/uv/install.sh | sh

uv, uvx の動作確認

uv --version
uvx --version

# 出力例
uv 0.9.17

2. Serena MCP 追加

Webダッシュボード無効化版の追加コマンド。

claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena-mcp-server --context ide-assistant --project "$(pwd)" --enable-web-dashboard false

MCPが追加できたか確認。
✔ Connected が出ればOK!

claude mcp list

3. Serena MCP の初回設定

Claude Code で以下のように伝えると Serena MCP の初回設定をしてくれる。(数分かかる)

mcp__serena__onboardingを実行して

導入終わり。


削除方法

claude mcp remove serena

参考情報

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?