作者 DeusData · DeusData/codebase-memory-mcp
高性能コードインテリジェンスMCPサーバー。コードベースを永続的なナレッジグラフにインデックス化し、平均的なリポジトリをミリ秒単位で処理します。66言語対応
高性能コードインテリジェンスMCPサーバー。コードベースを永続的なナレッジグラフにインデックス化し、平均的なリポジトリをミリ秒単位で処理します。66言語対応、サブミリ秒クエリ、トークン使用量99%削減。単一の静的バイナリで依存関係ゼロ。
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"codebase-memory": {
"command": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
],
"_inferred": true
}
}
}
Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。
{
"mcpServers": {
"codebase-memory": {
"command": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
],
"_inferred": true
}
}
}
Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。
{
"mcpServers": {
"codebase-memory": {
"command": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
],
"_inferred": true
}
}
}
Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。
{
"mcpServers": {
"codebase-memory": {
"command": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
],
"_inferred": true
}
}
}
Claude Desktop と同じ形式。Windsurf を再起動して反映。
{
"mcpServers": [
{
"name": "codebase-memory",
"command": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
]
}
]
}
Continue はマップではなくサーバーオブジェクトの配列を使用。
{
"context_servers": {
"codebase-memory": {
"command": {
"path": "TODO",
"args": [
"See README: https://github.com/DeusData/codebase-memory-mcp"
]
}
}
}
}
context_servers に追加。保存時に Zed がホットリロード。
claude mcp add codebase-memory -- TODO 'See README: https://github.com/DeusData/codebase-memory-mcp'
ワンライナー。claude mcp list で確認、claude mcp remove で削除。