optuna-mcp: Optuna MCP Server exposes the Optuna hyperparameter optimization framework as a Model Context Protocol server. It lets LLMs and AI assistants run and manage optimization studies directly through a chat interface, create and analyze Optuna trials, and optimize parameters for any workflow. Compatible with Claude Desktop, Cursor, and other MCP clients via uv or Docker.; coco-search: CocoSearch is a local-first hybrid semantic code search tool that combines vector similarity and keyword matching via RRF fusion. It uses CocoIndex for indexing, Tree-sitter for syntax-aware chunking, and PostgreSQL with pgvector for storage. It supports 32 languages, 9 grammars, dependency graphs, cross-repo search, and multiple interfaces.
Automated hyperparameter tuning for ML models driven by an LLM
Exploratory/semantic queries about code functionality