Make your Codex subscription last up to 2.7x longer. Search with Luna, code with Sol. Native MCP server for OpenAI Codex.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"repotracer": {
"command": "cargo",
"args": [
"run",
"--",
"repotracer"
]
}
}
}
Run in terminal:
claude mcp add repotracer cargo run -- repotracer
Add to .cursor/mcp.json:
{
"mcpServers": {
"repotracer": {
"command": "cargo",
"args": [
"run",
"--",
"repotracer"
]
}
}
}