GREB-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GREB-MCPfind authentication middleware in my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GREB MCP Server
Semantic code search for AI agents. Search your codebase using natural language queries.
Features
Natural Language Search - Describe what you're looking for in plain English
High-Precision Results - Smart ranking returns the most relevant code first
Works with Any MCP Client - Claude Desktop, Cursor, Windsurf, Cline, Kiro, and more
No Indexing Required - Search any codebase instantly without setup
Fast - Results in under 5 seconds even for large repositories
Related MCP server: ContextAtlas
Installation
Install Greb globally using pip or npm:
Python:
pip install cheetah-grebNode.js:
npm install -g cheetah-grebGet Your API Key
Go to Dashboard → API Keys
Click Create API Key
Copy the key (starts with
grb_)
Configuration
Add to your MCP client config (Cursor, Windsurf, Claude Desktop, Kiro, etc.):
Python installation:
{
"mcpServers": {
"greb-mcp": {
"command": "greb-mcp",
"env": {
"GREB_API_KEY": "grb_your_api_key_here"
}
}
}
}Node.js installation:
{
"mcpServers": {
"greb-mcp": {
"command": "greb-mcp-js",
"env": {
"GREB_API_KEY": "grb_your_api_key_here"
}
}
}
}Claude Code Setup
Mac/Linux (Python):
claude mcp add --transport stdio greb-mcp --env GREB_API_KEY=grb_your_api_key_here -- greb-mcpWindows PowerShell (Python):
claude mcp add greb-mcp greb-mcp --transport stdio --env "GREB_API_KEY=grb_your_api_key_here"Mac/Linux (Node.js):
claude mcp add --transport stdio greb-mcp --env GREB_API_KEY=grb_your_api_key_here -- greb-mcp-jsWindows PowerShell (Node.js):
claude mcp add greb-mcp greb-mcp-js --transport stdio --env "GREB_API_KEY=grb_your_api_key_here"Tool: code_search
Search code using natural language queries powered by AI.
Parameters
Parameter | Type | Required | Description |
| string | Yes | Natural language search query |
| object | Yes | Search configuration |
| string[] | Yes | High-level semantic terms (e.g., "authentication", "database") |
| string[] | No | Literal code patterns to grep for |
| string[] | Yes | File extensions to search (e.g., |
| string | Yes | Brief description of what you're looking for |
| string | Yes | Full absolute path to directory to search |
Example
{
"query": "find authentication middleware",
"keywords": {
"primary_terms": ["authentication", "middleware", "jwt"],
"code_patterns": ["authenticate(", "isAuthenticated"],
"file_patterns": ["*.js", "*.ts"],
"intent": "find auth middleware implementation"
},
"directory": "/Users/dev/my-project"
}Response
Returns ranked code snippets with:
File paths
Line numbers
Relevance scores
Code content
Reasoning for each match
Usage Examples
Ask your AI assistant to search code naturally:
"Use greb mcp to find authentication middleware"
"Use greb mcp to find all API endpoints"
"Use greb mcp to look for database connection setup"
"Use greb mcp to find where user validation happens"
"Use greb mcp to search for error handling patterns"Links
License
This project is licensed under the MIT License — see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceUnified MCP server combining hybrid search (vector + BM25 + code graph), structural code analysis, and persistent semantic memory. 15 tools, 25+ languages, <350MB RAM, fully local.10MIT
- Alicense-qualityCmaintenanceEnables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.29MIT
- AlicenseAqualityAmaintenanceSemantic codebase search + persistent working memory for AI code editors. Local, zero-config, MCP. No API key.3192MIT
- Alicense-qualityBmaintenanceA local hybrid-search MCP server that enables coding agents to query files and folders using natural language, returning relevant code chunks with exact source paths. Everything runs on-device with no API keys or network calls.4MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Token-efficient search for coding agents over public and private documentation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VaibhavRaina/greb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server