cnb-rs-mcp is an open-source, Rust-native implementation of an MCP server for the CNB platform. Below are 9 frameworks & sdks apps with similar functionality to cnb-rs-mcp, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
cnb-rs is an unofficial command-line tool for working with CNB, built in Rust. It provides developers with features for code review, git integration, and automation of CNB workflows. Ideal for developers seeking a CLI-based solution for CNB tasks.
MCP (Model Context Protocol) server for pyscn Python code analyzer
The cendor-mcp server provides a read-only implementation of the Model Context Protocol (MCP) for connecting agent-mode AI coding assistants to Cendor's live documentation and API call-shapes. It is designed to support assistants such as Claude Code, Cursor, GitHub Copilot (in agent mode), and Windsurf Cascade by supplying them with accurate, up-to-date information about Cendor libraries, ensuring that generated code aligns with the current published package versions on PyPI and npm. The tool operates in a pull-based manner: the assistant sends queries to the server, which responds with information, but no user code or data is sent to the server, and the server never initiates communication with the client. cendor-mcp offers several specific functions to AI assistants. These include full-text search over Cendor documentation, retrieval of complete documentation pages in markdown, access to the correct API call-shapes for specific symbols (with both correct and common incorrect forms), provision of runnable, CI-typechecked code snippets for tasks, and listing of cookbook recipes that can be copied and run offline. Each response is built from the authoritative documentation source and is stamped with the current published package versions, preventing discrepancies between documentation and available packages. The server can be accessed remotely via a hosted endpoint (https://mcp.cendor.ai) for zero-install integration or run locally for offline use, with all documentation bundled and no network communication required. Local operation is supported via Node (npx) or Python (uvx), allowing flexibility for different development environments. The tool is open source and distributed under the Apache-2.0 license. It is intended as optional developer tooling and is not required by Cendor libraries at runtime. cendor-mcp is particularly aimed at developers integrating or building AI coding assistants that need access to live, accurate documentation and call-shape information for Cendor libraries. Its design emphasizes privacy, as no codebase data leaves the user's machine in local mode, and it operates strictly in agent mode, not supporting inline autocomplete scenarios. The project is maintained by Raghav Mishra (PowerAI Labs) and is available "as is" under the stated license.
contextl-mcp is an open-source MCP server designed for AI coding agents. It provides repository intelligence, code search, and integrates with the Model Context Protocol, allowing developers to build advanced AI-powered code tools. Distributed under the MIT license.
MCP-NixOS is an open-source Model Context Protocol server that delivers real-time NixOS package, option, and configuration data to AI assistants and developer tools. It supports Home Manager, nix-darwin, and flake registries, enabling seamless integration with AI clients.
rutherford-mcp-server is an open-source MCP server designed to orchestrate a crew of agentic coding agents using the Agent Client Protocol (ACP). It enables developers to coordinate multiple code-generating agents, manage consensus, and automate complex coding workflows. Ideal for AI developers building agentic systems.
ragebot-mcp is an open-source CLI tool that provides intelligent project context management and integrates with MCP servers. It supports code and context retrieval, RAG workflows, and is designed for developers seeking advanced CLI-based project tools.
MCPM is an open-source command-line tool designed to manage Model Context Protocol (MCP) servers. It offers a range of features for discovering, installing, organizing, and sharing MCP servers, with a focus on global configuration and profile-based management. The tool enables users to search for MCP servers from a curated registry, install servers globally for use across environments, and organize servers into profiles to support different workflows. MCPM also provides seamless integration with MCP clients, allowing users to configure and connect servers to various client applications. Direct execution of servers for testing and debugging is supported through the command line, and the tool includes functionality for sharing servers securely using remote access tunnels. MCPM works with any MCP client by configuring servers to use its run command, and it specifically mentions compatibility with several AI assistants and coding agents, including Claude Desktop, Cursor, Windsurf, VSCode, Continue, Cline, Roo Code, OpenCode, Goose CLI, 5ire, Gemini CLI, Codex CLI, Qwen CLI, and Trae. Per-server enable and disable options are available for certain clients. The tool is delivered as a CLI application and can be installed using various methods, such as a shell script, Homebrew, pipx, or pip. MCPM is community-driven, open source, and distributed under the MIT License, with a commitment to being free to use. It is intended for developers and others who need to manage MCP servers efficiently across different clients and workflows.
mcp-cn-commerce is an open-source Python MCP server that enables AI agents to read and process business data from Chinese e-commerce platforms like Douyin Shop, JD.com, and Taobao. It is designed for developers building agent-based commerce solutions.