Skip to main content
Glama

Enterprise Code Search MCP Server

search_codebase

Search enterprise codebases using semantic AI to find relevant code snippets across local projects and Git repositories based on natural language queries.

Instructions

Search the indexed codebase using semantic search

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
project_filterNoFilter by specific project name
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results", "type": "number" }, "project_filter": { "description": "Filter by specific project name", "type": "string" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Enterprise Code Search MCP Server

Related Tools

    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/damian-pramparo/semantic-context-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server