Skip to main content
Glama

Enterprise Code Search MCP Server

index_local_project

Index a local project directory into a vector database to enable semantic code search and analysis across your codebase.

Instructions

Index a local project directory into the vector database

Input Schema

NameRequiredDescriptionDefault
exclude_patternsNoFile patterns to exclude (optional)
include_patternsNoFile patterns to include (optional)
project_nameYesName for the project (used as identifier)
project_pathYesAbsolute path to the local project directory

Input Schema (JSON Schema)

{ "properties": { "exclude_patterns": { "description": "File patterns to exclude (optional)", "items": { "type": "string" }, "type": "array" }, "include_patterns": { "description": "File patterns to include (optional)", "items": { "type": "string" }, "type": "array" }, "project_name": { "description": "Name for the project (used as identifier)", "type": "string" }, "project_path": { "description": "Absolute path to the local project directory", "type": "string" } }, "required": [ "project_path", "project_name" ], "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