awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to googlecloudplatform/cloud-run-mcp

Open-source alternatives to Cloud Run Mcp

30 open-source projects similar to googlecloudplatform/cloud-run-mcp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cloud Run Mcp alternative.

  • aliyun/alibabacloud-devops-mcp-serverAvatar von aliyun

    aliyun/alibabacloud-devops-mcp-server

    121Auf GitHub ansehen↗

    Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.

    TypeScript
    Auf GitHub ansehen↗121
  • 21st-dev/magic-mcpAvatar von 21st-dev

    21st-dev/magic-mcp

    4,992Auf GitHub ansehen↗

    Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions into functional user interface code. It acts as an LLM design orchestrator, producing responsive web elements and layouts anchored on utility-first CSS styling patterns. The system features a side-by-side variation engine that generates multiple stylistic interpretations of a single prompt for comparative selection. It incorporates SVG-based asset integration for branding and iconography and utilizes template-based assembly to combine pre-defined style patterns with user-speci

    TypeScript
    Auf GitHub ansehen↗4,992
  • phanan/htaccessAvatar von phanan

    phanan/htaccess

    13,165Auf GitHub ansehen↗

    This project is a comprehensive library of reusable configuration patterns for the Apache web server. It provides a collection of server-side directives designed to manage security, performance, and request routing through decentralized configuration files. The repository serves as a reference for implementing server-level settings without requiring global restarts. It includes specialized patterns for enforcing secure connections, managing cross-origin resource sharing, and protecting sensitive system files from public exposure. Users can leverage these snippets to implement clickjacking pro

    apacheawesomeawesome-list
    Auf GitHub ansehen↗13,165

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
cloudflare/mcp-server-cloudflareAvatar von cloudflare

cloudflare/mcp-server-cloudflare

3,432Auf GitHub ansehen↗

This is a Model Context Protocol (MCP) server that exposes Cloudflare’s edge platform as a set of tools for AI assistants. It provides a unified interface for managing Cloudflare Workers, including deployment, versioning, and configuration, alongside access to Workers AI for running inference tasks using pre-trained models. The server also covers Cloudflare’s data storage services, including D1 serverless SQLite databases, KV globally distributed key-value stores, and R2 S3-compatible object storage. Beyond core resource management, the server enables automation and scheduling through cron tr

TypeScript
Auf GitHub ansehen↗3,432
  • 4everland/4everland-hosting-mcpAvatar von 4everland

    4everland/4everland-hosting-mcp

    4Auf GitHub ansehen↗

    A Model Context Protocol (MCP) server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.

    TypeScript
    Auf GitHub ansehen↗4
  • hasura/graphql-engineAvatar von hasura

    hasura/graphql-engine

    32,064Auf GitHub ansehen↗

    graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi

    TypeScriptaccess-controlapiautomatic-api
    Auf GitHub ansehen↗32,064
  • boto/boto3Avatar von boto

    boto/boto3

    9,834Auf GitHub ansehen↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Pythonawsaws-sdkcloud
    Auf GitHub ansehen↗9,834
  • particlefuture/1mcpserverAvatar von particlefuture

    particlefuture/1mcpserver

    52Auf GitHub ansehen↗

    After setup, you can usually just say:

    Python
    Auf GitHub ansehen↗52
  • 3dparallax/insightAvatar von 3Dparallax

    3Dparallax/insight

    914Auf GitHub ansehen↗

    A helpful Chrome extension for WebGL development

    JavaScript
    Auf GitHub ansehen↗914
  • aaronbannin/looker-genAvatar von aaronbannin

    aaronbannin/looker-gen

    23Auf GitHub ansehen↗

    Looker Gen

    Python
    Auf GitHub ansehen↗23
  • 30-seconds/30-seconds-of-codeAvatar von 30-seconds

    30-seconds/30-seconds-of-code

    128,130Auf GitHub ansehen↗

    This project is a developer knowledge base and a curated library of programming code snippets. It serves as a multi-language coding reference that provides short technical articles and reusable code samples to help developers implement common programming patterns. The resource functions as a multi-language syntax reference, allowing for the comparison of logic and functionality across different programming environments. It focuses on programming pattern learning and coding skill improvement through a collection of optimized patterns and best practices. The platform includes capabilities for

    JavaScript
    Auf GitHub ansehen↗128,130
  • abhigyanpatwari/gitnexusAvatar von abhigyanpatwari

    abhigyanpatwari/GitNexus

    42,282Auf GitHub ansehen↗
    TypeScript
    Auf GitHub ansehen↗42,282
  • abkmystery/aneeAvatar von abkmystery

    abkmystery/ANEE

    1Auf GitHub ansehen↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    Auf GitHub ansehen↗1
  • abseil/abseil-cppAvatar von abseil

    abseil/abseil-cpp

    17,334Auf GitHub ansehen↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    Auf GitHub ansehen↗17,334
  • 0xax/erlang-bookmarksAvatar von 0xAX

    0xAX/erlang-bookmarks

    1,154Auf GitHub ansehen↗

    All about erlang programming language powerd by community

    Auf GitHub ansehen↗1,154
  • a8m/pbAvatar von a8m

    a8m/pb

    598Auf GitHub ansehen↗

    Console progress bar for Rust

    Rust
    Auf GitHub ansehen↗598
  • adafruit/awesome-circuitpythonAvatar von adafruit

    adafruit/awesome-circuitpython

    733Auf GitHub ansehen↗

    A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

    adafruitawesomeawesome-list
    Auf GitHub ansehen↗733
  • 847850277/postman-gpuiAvatar von 847850277

    847850277/postman-gpui

    48Auf GitHub ansehen↗

    Postman GPUI is a simple graphical user interface application for making HTTP requests, inspired by Postman. This application allows users to create, manage, and send HTTP requests and view the responses in a user-friendly manner.

    Rust
    Auf GitHub ansehen↗48
  • activepieces/activepiecesAvatar von activepieces

    activepieces/activepieces

    20,887Auf GitHub ansehen↗

    Activepieces is an open-source, self-hosted workflow automation platform designed to connect third-party applications through modular triggers and actions. It provides a low-code integration framework that allows users to build, manage, and execute complex business logic sequences within isolated, sandboxed environments. The platform distinguishes itself through its focus on embeddability and enterprise-grade security. It features an embedded automation builder that can be integrated into external applications via iframes, supported by comprehensive identity and access management tools such a

    TypeScriptai-agentai-agent-toolsai-agents
    Auf GitHub ansehen↗20,887
  • adamfisk/littleproxyAvatar von adamfisk

    adamfisk/LittleProxy

    2,123Auf GitHub ansehen↗

    High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.

    PHP
    Auf GitHub ansehen↗2,123
  • adamian98/pulseAvatar von adamian98

    adamian98/pulse

    8,014Auf GitHub ansehen↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    Auf GitHub ansehen↗8,014
  • adiny/moodtrip-hotel-searchAvatar von adiny

    adiny/moodtrip-hotel-search

    1Auf GitHub ansehen↗

    Claude and Openclaw AI skill for hotel search & booking via MoodTrip.ai MCP server

    Auf GitHub ansehen↗1
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adolfousier/opencrabsAvatar von adolfousier

    adolfousier/opencrabs

    808Auf GitHub ansehen↗

    The autonomous, self-improving AI agent. Single Rust binary. Every channel.

    Rust
    Auf GitHub ansehen↗808
  • adolfousier/ratifactAvatar von adolfousier

    adolfousier/ratifact

    87Auf GitHub ansehen↗

    Track and manage build artifacts from multiple programming languages.

    Rust
    Auf GitHub ansehen↗87
  • adrientorris/awesome-blazorAvatar von AdrienTorris

    AdrienTorris/awesome-blazor

    9,307Auf GitHub ansehen↗
    asp-net-coreaspnetcoreawesome
    Auf GitHub ansehen↗9,307
  • aerogear/graphbackAvatar von aerogear

    aerogear/graphback

    408Auf GitHub ansehen↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    Auf GitHub ansehen↗408
  • ag14774/diffdistAvatar von ag14774

    ag14774/diffdist

    62Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗62
  • agarrharr/awesome-cli-appsAvatar von agarrharr

    agarrharr/awesome-cli-apps

    18,722Auf GitHub ansehen↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Shellawesomeawesome-listcli
    Auf GitHub ansehen↗18,722
  • activeloopai/hubAvatar von activeloopai

    activeloopai/Hub

    9,177Auf GitHub ansehen↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    C++
    Auf GitHub ansehen↗9,177