Skip to main content
Glama

MCP-REPL

by AnEntrypoint

searchcode

Enables semantic code search with metadata extraction and AST-aware chunking, allowing developers to locate code snippets efficiently by query, folder, extensions, and ignore patterns.

Instructions

Semantic code search with metadata extraction and AST-aware chunking

Input Schema

NameRequiredDescriptionDefault
extensionsNoOptional comma-separated list of file extensions to include (default: js,ts)
foldersNoOptional comma-separated list of folders to search (defaults to working directory)
ignoresNoOptional comma-separated list of patterns to ignore (default: node_modules)
queryYesSemantic search query for code
topKNoOptional number of results to return (default: 8)

Input Schema (JSON Schema)

{ "properties": { "extensions": { "description": "Optional comma-separated list of file extensions to include (default: js,ts)", "type": "string" }, "folders": { "description": "Optional comma-separated list of folders to search (defaults to working directory)", "type": "string" }, "ignores": { "description": "Optional comma-separated list of patterns to ignore (default: node_modules)", "type": "string" }, "query": { "description": "Semantic search query for code", "type": "string" }, "topK": { "description": "Optional number of results to return (default: 8)", "type": "number" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP-REPL

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/AnEntrypoint/mcp-repl'

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