Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
claude_desktop_config.json
{ "mcpServers": { "agentic-search": { "command": "cargo", "args": [ "run", "--", "agentic-search" ] } } }
Run in terminal:
claude mcp add agentic-search cargo run -- agentic-search
Add to .cursor/mcp.json:
.cursor/mcp.json