godoc-mcp-server - Alternatives & Competitors

Provides Go package documentation from pkg.go.dev to LLMs as an MCP server.

godoc-mcp-server enables searching Golang packages and obtains their documentation from pkg.go.dev, serving the information to language models via the Model Context Protocol. Communication occurs over standard input/output, supporting efficient retrieval of package information, including support for subpackages and usage instructions. The tool includes local caching and features tailored to LLM integration scenarios.

#golang #documentation #pkg.go.dev #language-model-integration #local-cache #stdlib-server

Ranked by Relevance

  • 1
    godoc-mcp

    godoc-mcp

    Token-efficient Go documentation server for LLMs using Model Context Protocol.

    godoc-mcp is a Model Context Protocol (MCP) server that provides efficient, structured access to Go package documentation for large language models. It enables LLMs to understand Go projects without reading entire source files by supplying essential documentation and source code at varying levels of granularity. The tool supports project navigation, automatic module setup, caching, and works offline for both standard and third-party Go packages.

    88 11 MCP
  • 2
    PMCP

    PMCP

    Golang Model Context Protocol server for natural language Prometheus queries

    PMCP implements a Model Context Protocol (MCP) server in Go, enabling natural language access and manipulation of Prometheus metrics. It maintains full consistency with the Prometheus HTTP API and supports a robust, type-safe interface for seamless integration with MCP-compatible clients. The server offers complete Prometheus API coverage and supports multiple transport methods, including HTTP and Server-Sent Events. Its modular architecture is designed for performance, extensibility, and effective error handling.

    3 1 MCP
  • 3
    MCP-Typescribe

    MCP-Typescribe

    An MCP server for serving TypeScript API context to language models.

    MCP-Typescribe is an open-source implementation of the Model Context Protocol (MCP) focused on providing LLMs with contextual, real-time access to TypeScript API documentation. It parses TypeScript (and other) definitions using TypeDoc-generated JSON and serves this information via a queryable server that supports tools used by AI coding assistants. The solution enables AI agents to dynamically explore, search, and understand unknown APIs, accelerating onboarding and supporting agentic behaviors in code generation.

    45 6 MCP
  • 4
    mcp-get

    mcp-get

    A command-line tool for discovering, installing, and managing Model Context Protocol servers.

    mcp-get is a CLI tool designed to help users discover, install, and manage Model Context Protocol (MCP) servers. It enables seamless integration of Large Language Models (LLMs) with various external data sources and tools by utilizing a standardized protocol. The tool provides access to a curated registry of MCP servers and supports installation and management across multiple programming languages and environments. Although now archived, mcp-get simplifies environment variable management, package versioning, and server updates to enhance the LLM ecosystem.

    497 103 MCP
  • 5
    RAE Model Context Protocol (MCP) Server

    RAE Model Context Protocol (MCP) Server

    An MCP server enabling LLMs to access RAE’s dictionary and linguistic resources.

    Provides a Model Context Protocol (MCP) server implementation for the Royal Spanish Academy API, facilitating integration with language models. Offers tools such as search and word information retrieval, exposing RAE’s dictionary and linguistic data to LLMs. Supports multiple transports including stdio and SSE, making it suitable for both direct and server-based LLM interactions.

    3 3 MCP
  • 6
    Edge Delta MCP Server

    Edge Delta MCP Server

    Seamlessly integrate Edge Delta APIs into the Model Context Protocol ecosystem.

    Edge Delta MCP Server is a Model Context Protocol server enabling advanced integration with Edge Delta APIs. It allows developers and tools to extract, analyze, and automate observability data from Edge Delta through standardized MCP interfaces. The server supports AI-powered applications and automations, and can be deployed via Docker for straightforward operation. The Go API is available for experimental programmatic access.

    5 4 MCP
  • 7
    Godot MCP

    Godot MCP

    A Model Context Protocol (MCP) server implementation using Godot and Node.js.

    Godot MCP implements the Model Context Protocol (MCP) as a server, leveraging the Godot game engine along with Node.js and TypeScript technologies. Designed for seamless integration and efficient context management, it aims to facilitate standardized communication between AI models and applications. This project offers a ready-to-use MCP server for developers utilizing Godot and modern JavaScript stacks.

    1,071 124 MCP
  • 8
    DuckDuckGo Search MCP Server

    DuckDuckGo Search MCP Server

    A Model Context Protocol server for DuckDuckGo web search and intelligent content retrieval.

    DuckDuckGo Search MCP Server provides web search capabilities through DuckDuckGo, with advanced content fetching and parsing tailored for large language models. It supports rate limiting, error handling, and delivers results in an LLM-friendly format. The server is designed for seamless integration with AI applications and tools like Claude Desktop, enabling enhanced web search and content extraction through the Model Context Protocol.

    637 118 MCP
  • 9
    MCP Local RAG

    MCP Local RAG

    Privacy-first local semantic document search server for MCP clients.

    MCP Local RAG is a privacy-preserving, local document search server designed for use with Model Context Protocol (MCP) clients such as Cursor, Codex, and Claude Code. It enables users to ingest and semantically search local documents without using external APIs or cloud services. All processing, including embedding generation and vector storage, is performed on the user's machine. The tool supports document ingestion, semantic search, file management, file deletion, and system status reporting through MCP.

    10 3 MCP
  • 10
    mcp-local-rag

    mcp-local-rag

    Local RAG server for web search and context injection using Model Context Protocol.

    mcp-local-rag is a local server implementing the Model Context Protocol (MCP) to provide retrieval-augmented generation (RAG) capabilities. It performs live web search, extracts relevant context using Google's MediaPipe Text Embedder, and supplies the information to large language models (LLMs) for enhanced, up-to-date responses. The tool is designed for easy local deployment, requiring no external APIs, and is compatible with multiple MCP clients. Security audits are available, and integration is demonstrated across several LLM platforms.

    89 18 MCP
  • 11
    Biel.ai MCP Server

    Biel.ai MCP Server

    Seamlessly connect IDEs to your company’s product documentation using an MCP server.

    Biel.ai MCP Server enables AI tools such as Cursor, VS Code, and Claude Desktop to access and utilize a company’s product documentation and knowledge base through the Model Context Protocol. It provides a hosted RAG layer that makes documentation searchable and usable, supporting real-time, context-rich completion and answers for developers. The server can be used as a hosted solution or self-hosted locally or via Docker for advanced customization.

    2 2 MCP
  • 12
    Gitingest-MCP

    Gitingest-MCP

    An MCP server for extracting GitHub repository summaries, structure, and file content.

    Gitingest-MCP serves as a Model Context Protocol (MCP) server compatible with context-aware AI tools. It enables MCP clients such as Claude Desktop, Cline, Cursor, and others to quickly and efficiently extract key information from GitHub repositories, including summaries, the directory tree, and individual file contents. It supports installation via Smithery or manual configuration and is designed for seamless integration into the MCP client ecosystem. Documentation provides guidance on installation, configuration, and debugging.

    131 25 MCP
  • 13
    GXtract MCP Server

    GXtract MCP Server

    MCP server for seamless GroundX platform integration with modern editors.

    GXtract MCP Server implements the Model Context Protocol (MCP) to facilitate direct integration between the GroundX document understanding platform and editors such as VS Code. It offers tools for document search, querying, and semantic object explanations, leveraging Python 3.12+ and FastMCP v2 for high performance. The system includes an in-memory cache to boost efficiency and reduce API calls, with support for both stdio and HTTP transport layers for maximum flexibility.

    1 3 MCP
  • 14
    Context7 MCP

    Context7 MCP

    Up-to-date code docs for every AI prompt.

    Context7 MCP delivers current, version-specific documentation and code examples directly into large language model prompts. By integrating with model workflows, it ensures responses are accurate and based on the latest source material, reducing outdated and hallucinated code. Users can fetch relevant API documentation and examples by simply adding a directive to their prompts. This allows for more reliable, context-rich answers tailored to real-world programming scenarios.

    36,881 1,825 MCP
  • 15
    NyxDocs

    NyxDocs

    MCP server for real-time cryptocurrency project documentation and insights.

    NyxDocs is a Model Context Protocol (MCP) compatible server built in Python for managing and serving up-to-date documentation for cryptocurrency projects. It aggregates information from multiple sources such as CoinGecko, GitHub, GitBook, Notion, and official websites, providing real-time data and updates on blockchain ecosystems. Featuring tools for searching projects, retrieving detailed info, extracting documentation, and monitoring changes, it is tailored for developers and AI contexts needing access to accurate crypto documentation. The architecture leverages a FastMCP-based server core, automated document scrapers, and supports multi-blockchain environments.

    3 3 MCP
  • 16
    RAG Documentation MCP Server

    RAG Documentation MCP Server

    Vector-based documentation search and context augmentation for AI assistants

    RAG Documentation MCP Server provides vector-based search and retrieval tools for documentation, enabling large language models to reference relevant context in their responses. It supports managing multiple documentation sources, semantic search, and real-time context delivery. Documentation can be indexed, searched, and managed with queueing and processing features, making it highly suitable for AI-driven assistants. Integration with Claude Desktop and support for Qdrant vector databases is also available.

    238 29 MCP
  • 17
    Google News MCP Server

    Google News MCP Server

    A Model Context Protocol server providing Google News search with smart categorization and multi-language support.

    Implements a Model Context Protocol (MCP) server that integrates with SerpAPI to deliver advanced Google News search capabilities. Automatically categorizes news results, supports various languages and regions, and provides multiple search options such as query-based and topic search. Features robust error handling and flexible response types to suit diverse application needs.

    93 20 MCP
  • 18
    Gopher & Gemini MCP Server

    Gopher & Gemini MCP Server

    A modern Model Context Protocol server for AI-driven exploration of Gopher and Gemini resources.

    Gopher & Gemini MCP Server provides a secure and efficient bridge for AI assistants to interact with resources on vintage Gopher and modern Gemini protocols using the Model Context Protocol (MCP) standard. It is built with FastMCP, delivers structured JSON responses optimized for LLMs, and supports comprehensive protocol coverage with advanced security and performance features. The server implements robust safeguards, certificate validation, and works cross-platform with modern Python tooling.

    4 1 MCP
  • 19
    Enrichr MCP Server

    Enrichr MCP Server

    Gene set enrichment analysis server for LLMs via the Model Context Protocol

    Enrichr MCP Server provides gene set enrichment analysis using the Enrichr API, supporting all available gene set libraries. It is designed to integrate with LLM tools through the Model Context Protocol and returns only statistically significant results. The tool allows queries across multiple biological, disease, tissue, drug, and pathway gene set libraries, with customizable configuration for popular or specific libraries. Installation and integration is streamlined for platforms like Claude Desktop, Cursor, and VS Code.

    7 3 MCP
  • 20
    OpenStreetMap MCP Server

    OpenStreetMap MCP Server

    Enhancing LLMs with geospatial and location-based capabilities via the Model Context Protocol.

    OpenStreetMap MCP Server enables large language models to interact with rich geospatial data and location-based services through a standardized protocol. It provides APIs and tools for address geocoding, reverse geocoding, points of interest search, route directions, and neighborhood analysis. The server exposes location-related resources and tools, making it compatible with MCP hosts for seamless LLM integration.

    134 30 MCP
  • 21
    TripGo MCP Server

    TripGo MCP Server

    Remote MCP server providing transport location, departure, and routing tools via the TripGo API.

    TripGo MCP Server acts as a remote Model Context Protocol server that wraps the TripGo API, offering tools for retrieving transport-related locations, departures from transport stops, multi-modal trip planning, and trip URL retrieval. It is deployed on Cloudflare Workers and is accessible directly or via MCP-compatible clients such as Claude Desktop through the mcp-remote proxy. The server supports direct integration for context-aware transport queries and trip management, facilitating enhanced interactions with public transport data.

    2 2 MCP
  • 22
    Kaggle MCP Server

    Kaggle MCP Server

    Model Context Protocol server enabling Kaggle dataset search and download tools.

    Kaggle MCP Server implements the Model Context Protocol (MCP) using the fastmcp library and provides tools for searching and downloading datasets from Kaggle via a standardized MCP interface. It manages Kaggle API authentication, exposes search and download tools as MCP resources, and offers prompts for generating exploratory data analysis notebooks. The server can be run locally or via Docker, supporting easy integration with MCP clients and compliant applications.

    28 7 MCP
  • 23
    domain-lookup-mcp

    domain-lookup-mcp

    MCP server for domain name lookup using RDAP and WHOIS.

    Provides an MCP-compliant server that allows clients to perform domain name lookups via RDAP and WHOIS protocols. The tool is built in Go and can be directly integrated with any MCP client configuration. It automates the retrieval of domain registration details, streamlining the process of accessing authoritative domain information.

    5 2 MCP
  • 24
    Calculator Server

    Calculator Server

    A high-precision Go server implementing 13 advanced mathematical and financial tools via the Model Context Protocol.

    Calculator Server is a Go-based implementation of the Model Context Protocol (MCP) designed to offer comprehensive mathematical computation services. It features 13 advanced tools including support for arithmetic, scientific, statistical, unit conversion, and financial calculations. The server provides high-precision operations, bulk processing for unit conversions, and sophisticated financial modeling capabilities, making it suitable for both scientific and financial applications.

    0 1 MCP
  • 25
    BGG MCP

    BGG MCP

    Model Context Protocol server for BoardGameGeek data, collections, pricing, and recommendations.

    BGG MCP provides access to BoardGameGeek data via the Model Context Protocol, enabling AI assistants to retrieve and filter information on board games, user collections, prices, and gameplay recommendations. Implemented in Go, it leverages BoardGameGeek APIs and includes advanced tools such as rule question answering and game trading discovery. Additional integrations include real-time price data from BoardGamePrices.co.uk and algorithmic recommendations from Recommend.Games, making it a comprehensive MCP server for gaming-related contexts.

    21 5 MCP
  • 26
    GeoServer MCP Server

    GeoServer MCP Server

    Connect LLMs to GeoServer for geospatial data management and AI-driven queries.

    GeoServer MCP Server implements the Model Context Protocol, enabling seamless integration between Large Language Models (LLMs) and the GeoServer REST API. It allows AI assistants to interact with, query, and manipulate geospatial data and services through standardized interfaces. The server supports management of workspaces, layers, and spatial queries, as well as rendering geospatial visualizations. Installation is supported via Docker, pip, and integration tools like Smithery, with compatibility for clients such as Claude Desktop and Cursor.

    43 9 MCP
  • 27
    SearXNG MCP Server

    SearXNG MCP Server

    MCP-compliant server integrating the SearXNG API for advanced web search capabilities

    SearXNG MCP Server implements the Model Context Protocol and integrates the SearXNG API to provide extensive web search functionalities. It features intelligent caching, advanced content extraction, and multiple configurable search parameters such as language, time range, and safe search levels. The server exposes tools for both web searching and URL content reading, supporting detailed output customization through input parameters. Designed for seamless MCP deployments, it supports Docker and NPX-based installation with rich configuration options.

    321 56 MCP
  • 28
    mcp-read-website-fast

    mcp-read-website-fast

    Fast, token-efficient web content extraction and Markdown conversion for AI agents.

    Provides a Model Context Protocol (MCP) compatible server that rapidly fetches web pages, removes noise, and converts content to clean Markdown with link preservation. Designed for local use by AI-powered tools like IDEs and large language models, it offers optimized token usage, concurrency, polite crawling, and smart caching. Integrates with Claude Code, VS Code, JetBrains IDEs, Cursor, and other MCP clients.

    111 18 MCP
  • 29
    Markdownify MCP Server

    Markdownify MCP Server

    Convert diverse files and web content into Markdown via the Model Context Protocol.

    Markdownify MCP Server offers a protocol-based server that transforms various file types—including PDF, images, audio, DOCX, XLSX, and PPTX—as well as web content like YouTube videos, Bing search results, and web pages into Markdown format. The server exposes a suite of conversion tools through a standardized interface for easy integration with applications. Optional configuration allows retrieval of Markdown files from restricted directories, and the platform supports development customization for additional tool integration. Deployment and operation are straightforward with cross-platform support (with pending Windows improvements).

    2,256 188 MCP
  • 30
    GrowthBook MCP Server

    GrowthBook MCP Server

    Interact with GrowthBook from your LLM client via MCP.

    GrowthBook MCP Server enables seamless integration between GrowthBook and LLM clients by implementing the Model Context Protocol. It allows users to view experiment details, add feature flags, and manage GrowthBook configurations directly from AI applications. The server is configurable via environment variables and leverages GrowthBook's API for functionality. This integration streamlines experimentation and feature management workflows in AI tools.

    15 12 MCP
  • 31
    Optuna MCP Server

    Optuna MCP Server

    Automated model optimization and analysis via the Model Context Protocol using Optuna.

    Optuna MCP Server is an implementation of the Model Context Protocol (MCP) that enables automated hyperparameter optimization and analysis workflows through Optuna. It acts as a server providing standardized tools and endpoints for creating studies, managing trials, and visualizing optimization results. The server facilitates integration with MCP clients and supports deployment via both Python environments and Docker. It streamlines study creation, metric management, and result handling using Optuna’s capabilities.

    65 21 MCP
  • 32
    OSV MCP Server

    OSV MCP Server

    SSE-based MCP server for querying the OSV vulnerability database

    OSV MCP Server implements a Model Context Protocol (MCP) server that provides secure, programmatic access to the Open Source Vulnerabilities (OSV) database. It supports real-time streaming communication using SSE or streamable HTTP and allows querying of vulnerabilities for single or multiple packages, versions, or commits. The server is designed for integration with LLM-powered applications and supports configuration through environment variables and containerized deployments via ToolHive.

    25 4 MCP
  • 33
    Everything Search MCP Server

    Everything Search MCP Server

    Fast, cross-platform file search via Model Context Protocol integration.

    Everything Search MCP Server provides fast file and folder search capabilities across Windows, macOS, and Linux platforms as an MCP server. It leverages native search utilities such as the Everything SDK on Windows, mdfind on macOS, and locate/plocate on Linux. The tool exposes a standardized search interface with customizable parameters including query, sorting, and matching options. It is suitable for integration with AI clients or automation tools that follow the Model Context Protocol.

    268 35 MCP
  • 34
    OpenZIM MCP Server

    OpenZIM MCP Server

    Transforms ZIM archives into intelligent, structured knowledge engines for LLMs.

    OpenZIM MCP Server provides structured, intelligent access to ZIM-format knowledge bases, enabling large language models to efficiently search, navigate, and understand content in offline archives. Dual operation modes allow support for both advanced and simple LLM integrations. It features smart navigation by namespace, context-aware discovery, intelligent search, and relationship mapping to optimize knowledge extraction and utilization.

    8 2 MCP
  • 35
    NearbySearch MCP Server

    NearbySearch MCP Server

    IP-based nearby search via Google Places, packaged as an MCP tool.

    NearbySearch MCP Server enables users to search for nearby places using their IP-based location, leveraging the Google Places API. Designed to run as an MCP server, it offers an accessible interface for location-aware searches with customizable radius and filter options. The tool supports integration with clients such as Claude Desktop and features a simple setup process using Python 3.10+. Ideal for use cases where model context needs to be enriched with location-based search results.

    21 7 MCP
  • 36
    MCP Content Summarizer Server

    MCP Content Summarizer Server

    Intelligent multi-format content summarization via MCP interface.

    MCP Content Summarizer Server provides intelligent summarization of various content types including text, web pages, PDF documents, and EPUB books using Google's Gemini 1.5 Pro model. Through the Model Context Protocol, it supports customizable, multi-language summaries with options for style and focus. It is designed for integration with applications as an MCP server and offers tools for both summarization and testing. The solution maintains key information while producing concise and context-aware summaries from diverse content sources.

    142 23 MCP
  • 37
    mcp-git-ingest

    mcp-git-ingest

    MCP server for exploring GitHub repository structures and key files.

    mcp-git-ingest is a Model Context Protocol (MCP) server designed to programmatically read and visualize GitHub repository structures and retrieve important file contents. It leverages fastmcp for server functionality and gitpython for repository operations, ensuring robust error handling and cleanup. The tool offers commands to generate directory trees and fetch specified files, making it suitable for integrating repository context into AI workflows.

    286 38 MCP
  • 38
    mcp-simple-arxiv

    mcp-simple-arxiv

    MCP server to search and retrieve arXiv scientific papers for LLM clients.

    mcp-simple-arxiv is an MCP-compliant server that enables language model clients to search and retrieve metadata, abstracts, and links for arXiv scientific papers. It can be run locally or as a network-accessible web service, facilitating seamless integration with desktop LLM clients like Claude Desktop. The server adheres to arXiv API guidelines, supports both stdio and web deployment modes, and is designed for easy installation through pip or Smithery. Users can perform detailed searches, view paper summaries, and access available formats directly from their preferred AI clients.

    164 21 MCP
  • 39
    BundlerMCP

    BundlerMCP

    An MCP server for querying Ruby Gemfile dependencies

    BundlerMCP is a Model Context Protocol (MCP) server that allows AI agents to query information about dependencies in a Ruby project's Gemfile. Built on fast-mcp, it exposes tools to list all bundled Ruby gems or get detailed information about a specific gem, including version, description, documentation links, and installation details. Users can configure the server for their development setup, and it provides integrations for clients like Claude and Cursor as well as compatibility with the MCP Inspector. It supports logging and custom Gemfile paths via environment variables for flexible usage.

    19 2 MCP
  • 40
    GeekNews MCP Server

    GeekNews MCP Server

    Fetches and serves GeekNews articles and weekly news via Model Context Protocol.

    GeekNews MCP Server provides an MCP-compliant server to extract articles and weekly news from GeekNews, using Python and BeautifulSoup for web scraping. It supports scheduled automatic parsing and caching of data to minimize server load and ensure efficient retrieval. The server exposes tools to obtain articles by type and weekly news, offering structured metadata for each item. Integration is facilitated via Smithery and is compatible with the MCP ecosystem.

    16 6 MCP
  • 41
    MCP Google Drive Server

    MCP Google Drive Server

    Seamlessly connect Google Drive and Sheets with MCP tools for file access and editing.

    The MCP Google Drive Server enables integration with Google Drive and Google Sheets, allowing users to search, read, and retrieve files, as well as interact with spreadsheets. It provides MCP-compatible tools for searching files, reading file contents, reading spreadsheet ranges, and updating spreadsheet cells. Files in Google Drive are made accessible through standardized resources, supporting multiple export formats for Google Workspace files. Designed for easy authentication and configuration with Google Cloud, the server streamlines interactions between external systems and Google Drive resources.

    228 85 MCP
  • 42
    Coin MCP Server

    Coin MCP Server

    Lightning-fast cryptocurrency price server powered by FastMCP.

    Coin MCP Server provides a fast and simple server to fetch real-time cryptocurrency prices and token information via Bitget’s public API. Utilizing FastMCP and zod for validation, it exposes easy-to-use tools such as getTokenPrice, getAnnouncements, and getCoinInfo for streamlined access to live market data and detailed token attributes. Designed for straightforward deployment using Deno, it emphasizes error handling and robust API integration.

    27 11 MCP
  • 43
    melrose-mcp

    melrose-mcp

    An MCP server for generating and playing programmable music via Melrōse.

    melrose-mcp is a Model Context Protocol (MCP) server that enables users to compose and perform music using the Melrōse programming language. It facilitates communication between AI models and the Melrōse tool, allowing for dynamic manipulation of tempo, playback, and MIDI configuration. The project supports various tools for controlling musical expression and can be integrated into client applications such as Claude Desktop.

    7 3 MCP
  • 44
    mcp-gopls

    mcp-gopls

    MCP server bridging Go's LSP and AI assistants for advanced code analysis.

    Implements a Model Context Protocol (MCP) server enabling AI assistants to interact with the Go Language Server Protocol (LSP) for analyzing and understanding Go code. Provides tools for navigation, diagnostics, references, hover info, completion suggestions, and code coverage. Integrates with 'gopls' to deliver precise code intelligence tailored for AI-driven workflows. Designed for seamless integration with platforms that support MCP, including AI development assistants.

    48 5 MCP
  • 45
    Package Version MCP Server

    Package Version MCP Server

    Check latest stable package versions across multiple registries with an MCP server.

    Package Version MCP Server acts as an MCP-compliant server that assists large language models in fetching the latest stable versions of packages from a variety of registries such as npm, PyPI, Maven Central, Go Proxy, Swift Packages, AWS Bedrock, Docker Hub, GitHub Container Registry, and GitHub Actions. It can be integrated via command-line, URL, or containers and is tailored for development environments and tools that require accurate package versioning for code generation or recommendations. The solution is adaptable and is transitioning towards incorporation in the broader mcp-devtools suite.

    118 23 MCP
  • 46
    MCP Language Server

    MCP Language Server

    Bridge codebase navigation tools to AI models using MCP-enabled language servers.

    MCP Language Server implements the Model Context Protocol, allowing MCP-enabled clients, such as LLMs, to interact with language servers for codebase navigation. It exposes standard language server features—like go to definition, references, rename, and diagnostics—over MCP for seamless integration with AI tooling. The server supports multiple languages by serving as a proxy to underlying language servers, including gopls, rust-analyzer, and pyright.

    1,256 94 MCP
  • 47
    CrateDocs MCP

    CrateDocs MCP

    MCP server for Rust crate documentation lookup and search

    CrateDocs MCP is an MCP (Model Context Protocol) server designed to provide AI models with access to Rust crate documentation. It enables lookup of crate-level and item-level documentation, as well as efficient searching of Rust crates on crates.io. The system supports various server modes, offers multiple output formats, and includes features for both developers and large language models.

    9 2 MCP
  • 48
    Package Registry MCP Server

    Package Registry MCP Server

    MCP server for searching and retrieving package registry information.

    Package Registry MCP Server provides a Model Context Protocol interface that enables AI assistants and agents such as Claude, Cursor, and Copilot to search and retrieve up-to-date information from major package registries. It supports searching and querying detailed data for NPM, crates.io, NuGet, PyPI, and Go modules directly from the source registries. Integrations are provided for various AI tools, facilitating easy and standardized package data access.

    28 6 MCP
  • 49
    Weaviate MCP Server

    Weaviate MCP Server

    A server implementation for the Model Context Protocol (MCP) built on Weaviate.

    Weaviate MCP Server provides a backend implementation of the Model Context Protocol, enabling interaction with Weaviate for managing, inserting, and querying context objects. The server facilitates object insertion and hybrid search retrieval, supporting context-driven workflows required for LLM orchestration and memory management. It includes tools for building and running a client application, showcasing integration with Weaviate's vector database.

    157 38 MCP
  • 50
    MCP K8S Go

    MCP K8S Go

    Golang-based MCP server that enables AI-driven interactions with Kubernetes clusters.

    MCP K8S Go provides a server implementation of the Model Context Protocol for managing and interacting with Kubernetes clusters. It offers functionality to list, retrieve, create, and modify Kubernetes resources such as contexts, namespaces, pods, and nodes using standardized context-aware approaches. Designed for integration with AI assistants like Claude Desktop, it enables prompting and tool execution to manage cluster state, monitor events, fetch pod logs, and run in-pod commands. The solution supports deployment via various installation methods including Docker, Node.js, and Go binaries.

    356 50 MCP

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Didn't find tool you were looking for?

Be as detailed as possible for better results