Back to Apps

Grepika
Supports UIby agentika-labs
Token-efficient MCP server for ranked code search, AST structural analysis, and code-graph navigation.
0 stars
Works in:CursorCodex
Exposes:ToolsResources
What it does
Grepika provides high-performance, token-efficient code search for LLMs. Instead of returning raw grep output, it indexes codebases to provide ranked results, reducing context window waste and improving reasoning speed.
Tools
search: Ranked pattern, regex, and natural-language search using BM25.structural_search: Syntax-aware AST pattern matching via ast-grep.refs: Finds all references to a specific symbol.graph: Navigates indexed call and import graph relationships.outline: Extracts file structure including functions and classes.index: Builds or updates the search index.toc: Returns a directory tree.get: Retrieves file content with optional line ranges.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"grepika": {
"command": "npx",
"args": ["-y", "@agentika/grepika", "--mcp"]
}
}
}
Supported hosts
Claude, Cursor, Codex
Quick install
npx -y @agentika/grepika --mcpInformation
- Pricing
- free
- Published
- 7/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add grepika -- npx -y @agentika/grepika --mcpCursor
Add to ~/.cursor/mcp.json: { "mcpServers": { "grepika": { "command": "npx", "args": ["-y", "@agentika/grepika", "--mcp"] } } }Claude Desktop
{
"mcpServers": {
"grepika": {
"command": "npx",
"args": ["-y", "@agentika/grepika", "--mcp"]
}
}
}





