Explore available templates for creating MCP servers. Filter by language to find the right starting point for your server setup. Simplify the creation process with AI guidance and pre-built workflows.
Browse available templates for creating MCP servers, optionally filtered by programming language, to accelerate development with pre-configured starting points.
Generate documentation for an MCP server using the MCP Server Boilerplate. Input the server name to create a starter template for integrating AI assistants and custom tools.
Generate documentation for MCP servers by providing a server name. This tool helps developers create structured documentation from the MCP Server Boilerplate template.
Exposes VSCode's Language Server Protocol features through MCP, enabling AI assistants to perform language-aware operations like symbol navigation, reference tracking, safe renaming, type information retrieval, and hover documentation across codebases.
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.
TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.