Locate files in code repositories by matching glob patterns (e.g., '*.py', 'test_*.js') using an in-memory file index. Quickly retrieve file paths for analysis or verification without manual search.
Initialize a new project in QuantConnect by specifying a unique name, programming language, and optional organization ID. Organizes and structures your algorithmic trading strategies efficiently.
Search for specific patterns or regular expressions within code files across a specified directory. Use file patterns like *.py or *.js to narrow results and locate relevant code snippets efficiently.
List files in a project by specifying a project name, optional glob pattern, file extensions, and maximum directory depth. Returns a list of file paths for streamlined codebase access.
Perform CRUD operations on skill files to read, create, update, or delete content within skill directories, supporting both single and bulk file management.
A minimal Python-based proxy that bridges local MCP STDIO clients with remote MCP SSE servers. It enables bidirectional JSON-RPC message passing between standard command-line tools and web-based remote endpoints.
Enables semantic search and retrieval-augmented generation (RAG) using Qdrant vector database. Supports indexing documents from URLs and local directories, with flexible embedding options using Ollama or OpenAI.
A Model Context Protocol server that allows AI assistants like Claude and Cursor to create music and control Sonic Pi programmatically through OSC messages.