0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Claude CodeにSerena導入

0
Last updated at Posted at 2025-12-01

uvインストール

brew install uv
uv --version

Claude CodeにSerenaを登録

対象プロジェクト直下に

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

登録確認

claude mcp list

プロジェクトのインデックス化

対象プロジェクト直下に

uvx --from git+https://github.com/oraios/serena index-project $(pwd)

.serena/cache直下にファイルが作成される

Serenaメモリ初期化

Claude Codeチャットで /mcp manage 実行、/mcp status でserenaが起動されたことを確認
次に以下のプロンプトを実行してください

serena オンボーディングを始めてください

.serena/memory の配下に memories/project_overview.md やproject.yml などが生成される

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?