Skip to main content
Glama

Seroost Search MCP Server

by Parado-xy

seroost_set_index

Configure the root directory for semantic code search indexing to enable natural language queries across your codebase.

Instructions

Configure the target directory for Seroost indexing. This sets the root path that will be indexed when the index command is run. Must be called before indexing to specify which codebase directory to search.

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the directory containing the codebase to index. This directory and all its subdirectories will be searchable after indexing.

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the directory containing the codebase to index. This directory and all its subdirectories will be searchable after indexing.", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Seroost 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/Parado-xy/semantic-search-mcp'

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