Skip to main content
Glama

Seroost Search MCP Server

by Parado-xy

seroost_search

Search indexed codebases using semantic or fuzzy matching to find functions, classes, variables, or code patterns with ranked results including line numbers and file paths.

Instructions

Search through indexed codebase using semantic/fuzzy matching. Returns ranked results with line numbers, file paths, and relevance scores. Ideal for finding functions, classes, variable usage, or code patterns across the entire project including dependencies.

Input Schema

NameRequiredDescriptionDefault
queryYesSearch term or phrase to find in the codebase. Can be function names, variable names, code snippets, or natural language descriptions of functionality.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search term or phrase to find in the codebase. Can be function names, variable names, code snippets, or natural language descriptions of functionality.", "type": "string" } }, "required": [ "query" ], "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