|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>codebase-memory-mcp — High-Performance Code Intelligence for AI Agents</title> |
7 | | - <meta name="description" content="MCP server that indexes codebases into a persistent knowledge graph. 64 languages, 120x fewer tokens, 3-minute Linux kernel indexing. Single static binary. Works with Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode."> |
| 7 | + <meta name="description" content="MCP server that indexes codebases into a persistent knowledge graph. 66 languages, 120x fewer tokens, 3-minute Linux kernel indexing. Single static binary. Works with Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode."> |
8 | 8 | <meta name="keywords" content="MCP server, code analysis, knowledge graph, tree-sitter, Claude Code, Codex, Cursor, Windsurf, Gemini CLI, VS Code, Zed, OpenCode, KiloCode, developer tools, code exploration, token reduction, code intelligence"> |
9 | 9 |
|
10 | 10 | <!-- Open Graph --> |
11 | 11 | <meta property="og:title" content="codebase-memory-mcp — High-Performance Code Intelligence for AI Agents"> |
12 | | - <meta property="og:description" content="120x fewer tokens for AI code exploration. 64 languages, sub-ms queries, 3-min Linux kernel indexing. Single static binary."> |
| 12 | + <meta property="og:description" content="120x fewer tokens for AI code exploration. 66 languages, sub-ms queries, 3-min Linux kernel indexing. Single static binary."> |
13 | 13 | <meta property="og:type" content="website"> |
14 | 14 | <meta property="og:url" content="https://deusdata.github.io/codebase-memory-mcp"> |
15 | 15 | <meta property="og:image" content="https://deusdata.github.io/codebase-memory-mcp/graph-ui-screenshot.png"> |
16 | 16 |
|
17 | 17 | <!-- Twitter Card --> |
18 | 18 | <meta name="twitter:card" content="summary_large_image"> |
19 | 19 | <meta name="twitter:title" content="codebase-memory-mcp — High-Performance Code Intelligence for AI Agents"> |
20 | | - <meta name="twitter:description" content="120x fewer tokens for AI code exploration. 64 languages, sub-ms queries, 3-min Linux kernel indexing."> |
| 20 | + <meta name="twitter:description" content="120x fewer tokens for AI code exploration. 66 languages, sub-ms queries, 3-min Linux kernel indexing."> |
21 | 21 | <meta name="twitter:image" content="https://deusdata.github.io/codebase-memory-mcp/graph-ui-screenshot.png"> |
22 | 22 |
|
23 | 23 | <link rel="canonical" href="https://deusdata.github.io/codebase-memory-mcp"> |
@@ -229,7 +229,7 @@ <h1>codebase-memory-mcp</h1> |
229 | 229 | <div class="label">fewer tokens</div> |
230 | 230 | </div> |
231 | 231 | <div class="stat"> |
232 | | - <div class="number">64</div> |
| 232 | + <div class="number">66</div> |
233 | 233 | <div class="label">languages</div> |
234 | 234 | </div> |
235 | 235 | <div class="stat"> |
|
0 commit comments