Search Onyx programming language documentation to quickly find accurate information. Retrieve up to a specified number of results for efficient access to official resources.
Discover and analyze code patterns across programming languages within a knowledge graph. Filter results by language or pattern name to enhance code understanding and retrieval.
Explore GitHub repositories with detailed documentation by searching queries, filtering by programming language, and topics to quickly find relevant resources.
Retrieve curated code examples with explanations for specific topics and libraries. Specify the programming language to find relevant snippets for your development tasks.
Search and filter entities (classes, functions, modules) in a knowledge graph by type, programming language, or name pattern using customizable parameters for precise results.
TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
Runs a language server and provides tools for communicating with it. Language servers excel at tasks that LLMs often struggle with, such as precisely understanding types, understanding relationships, and providing accurate symbol references.
A simple Model Context Protocol server implemented in TypeScript that enables communication with client applications (like Cursor) over standard input/output and includes a basic calculator tool as an example.