awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jetbrains/mcpproxy

Open-source alternatives to McpProxy

30 open-source projects similar to jetbrains/mcpproxy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best McpProxy alternative.

  • 21st-dev/magic-mcp21st-dev 的头像

    21st-dev/magic-mcp

    4,992在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,992
  • admica/filescopemcpadmica 的头像

    admica/FileScopeMCP

    293在 GitHub 上查看↗

    Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages such as Python, C, C++, Rust, Zig, Lua.

    TypeScript
    在 GitHub 上查看↗293
  • askbudi/roundtableaskbudi 的头像

    askbudi/roundtable

    114在 GitHub 上查看↗

    Zero-configuration MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized interface

    Pythonclaude-codecursorgemini-cli
    在 GitHub 上查看↗114
  • automata-labs-team/code-sandbox-mcpAutomata-Labs-team 的头像

    Automata-Labs-team/code-sandbox-mcp

    324在 GitHub 上查看↗

    An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code while maintaining security through containerization.

    Go
    在 GitHub 上查看↗324

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • biegehydra/bifrostmcpbiegehydra 的头像

    biegehydra/BifrostMCP

    218在 GitHub 上查看↗

    VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs

    TypeScript
    在 GitHub 上查看↗218
  • e2b-dev/mcp-servere2b-dev 的头像

    e2b-dev/mcp-server

    394在 GitHub 上查看↗

    Giving Claude ability to run code with E2B via MCP (Model Context Protocol)

    JavaScript
    在 GitHub 上查看↗394
  • ezyang/codemcpezyang 的头像

    ezyang/codemcp

    1,613在 GitHub 上查看↗

    Coding assistant MCP for Claude Desktop

    Python
    在 GitHub 上查看↗1,613
  • getsentry/sentry-mcpgetsentry 的头像

    getsentry/sentry-mcp

    729在 GitHub 上查看↗

    An MCP server for interacting with Sentry via LLMs.

    TypeScript
    在 GitHub 上查看↗729
  • idosal/git-mcpidosal 的头像

    idosal/git-mcp

    7,622在 GitHub 上查看↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    TypeScriptagentic-aiagentsai
    在 GitHub 上查看↗7,622
  • jamsocket/forevervmjamsocket 的头像

    jamsocket/forevervm

    228在 GitHub 上查看↗

    Securely run AI-generated code in stateful sandboxes that run forever.

    Rust
    在 GitHub 上查看↗228
  • jetbrains/mcp-jetbrainsJetBrains 的头像

    JetBrains/mcp-jetbrains

    961在 GitHub 上查看↗

    A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

    JavaScriptideintellijjetbrains
    在 GitHub 上查看↗961
  • jjsantos01/jupyter-notebook-mcpjjsantos01 的头像

    jjsantos01/jupyter-notebook-mcp

    129在 GitHub 上查看↗

    A Model Context Protocol (MCP) for Jupyter Notebook

    Jupyter Notebook
    在 GitHub 上查看↗129
  • jordandalton/restcsvmcpserverJordanDalton 的头像

    JordanDalton/RestCsvMcpServer

    12在 GitHub 上查看↗

    MCP Server for RestCSV, Generated using MCPGen

    TypeScript
    在 GitHub 上查看↗12
  • liuxiaotong/knowlyr-agentliuxiaotong 的头像

    liuxiaotong/knowlyr-agent

    3在 GitHub 上查看↗

    Gymnasium-style RL framework for LLM agent training — MDP environments, three-layer process reward & SFT/DPO/GRPO policy optimization. CLI MCP ready.

    Python
    在 GitHub 上查看↗3
  • mem0ai/mem0-mcpmem0ai 的头像

    mem0ai/mem0-mcp

    655在 GitHub 上查看↗

    mem0-mcp-server wraps the official Mem0 Memory API as a Model Context Protocol (MCP) server so any MCP-compatible client (Claude Desktop, Cursor, custom agents) can add, search, update, and delete long-term memories.

    Python
    在 GitHub 上查看↗655
  • microsoft/mcp-for-beginnersmicrosoft 的头像

    microsoft/mcp-for-beginners

    14,427在 GitHub 上查看↗

    This project serves as an educational resource and implementation guide for the Model Context Protocol. It provides developers with the patterns and documentation necessary to standardize how large language models interact with external systems, local data sources, and various services. The repository focuses on facilitating the translation of technical documentation and educational materials into multiple languages. By utilizing an AI assistant integration framework, it enables the creation of localized learning resources that help developers master complex programming concepts regardless of

    Jupyter Notebookcsharpjavajavascript
    在 GitHub 上查看↗14,427
  • muvon/octocodeMuvon 的头像

    Muvon/octocode

    401在 GitHub 上查看↗

    Semantic code searcher and codebase utility

    Rust
    在 GitHub 上查看↗401
  • oraios/serenaoraios 的头像

    oraios/serena

    20,396在 GitHub 上查看↗

    Serena is a static site generator designed to transform markdown files into structured, navigable documentation websites. It functions as a documentation engine that processes source content into pre-rendered HTML pages, providing a clean and organized reading experience for technical manuals and knowledge bases. The platform distinguishes itself through a component-based layout framework that injects parsed content into reusable templates to maintain design consistency. It also features a built-in client-side search engine that constructs local databases, allowing users to retrieve informati

    Pythonagentaiai-coding
    在 GitHub 上查看↗20,396
  • pydantic/mcp-run-pythonpydantic 的头像

    pydantic/mcp-run-python

    191在 GitHub 上查看↗

    MCP server to run Python code in a sandbox.

    Python
    在 GitHub 上查看↗191
  • riza-io/riza-mcpriza-io 的头像

    riza-io/riza-mcp

    14在 GitHub 上查看↗

    Riza offers an isolated code interpreter for your LLM-generated code.

    JavaScript
    在 GitHub 上查看↗14
  • semgrep/mcpsemgrep 的头像

    semgrep/mcp

    670在 GitHub 上查看↗

    A MCP server for using Semgrep to scan code for security vulnerabilities.

    Python
    在 GitHub 上查看↗670
  • sipyourdrink-ltd/bernsteinsipyourdrink-ltd 的头像

    sipyourdrink-ltd/bernstein

    578在 GitHub 上查看↗

    Audit-grade multi-agent orchestration for CLI coding agents (Claude Code, Codex, Gemini CLI, +40 more). HMAC-chained audit log, signed agent cards, per-artefact lineage, air-gap deploy. The orchestrator your compliance team will sign off on. https://bernstein.run

    Pythonagent-frameworkagent-orchestratoragentic-ai
    在 GitHub 上查看↗578
  • syncable-dev/memtrace-publicsyncable-dev 的头像

    syncable-dev/memtrace-public

    194在 GitHub 上查看↗

    Structural memory for AI coding agents. Bi-temporal graph, MCP-native, zero LLM calls. Cursor · Claude Code · Codex · Hermes · VS Code · Windsurf.

    Python
    在 GitHub 上查看↗194
  • terseprompts/fastmcp4jtersePrompts 的头像

    tersePrompts/fastMCP4J

    8在 GitHub 上查看↗

    Java framework for building MCP servers with annotations. JSON Schema 2020-12 compliant, secure, lightweight.

    Java
    在 GitHub 上查看↗8
  • terseprompts/jarp-mcptersePrompts 的头像

    tersePrompts/jarp-mcp

    5在 GitHub 上查看↗

    Give AI agents X-ray vision into compiled Java code. Decompiles any class from Maven/Gradle dependencies via MCP.

    Python
    在 GitHub 上查看↗5
  • tgeselle/bugsnag-mcptgeselle 的头像

    tgeselle/bugsnag-mcp

    23在 GitHub 上查看↗

    A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.

    API Blueprint
    在 GitHub 上查看↗23
  • tumf/mcp-text-editortumf 的头像

    tumf/mcp-text-editor

    191在 GitHub 上查看↗

    A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.

    Python
    在 GitHub 上查看↗191
  • upstash/context7upstash 的头像

    upstash/context7

    57,490在 GitHub 上查看↗

    Context7 is an AI-powered documentation retrieval engine designed to provide developers and AI agents with real-time, context-aware access to technical documentation and code snippets. By integrating external library documentation as callable tools, the platform equips AI coding assistants with project-specific knowledge, helping to improve generation accuracy and reduce hallucinations during inference. The platform distinguishes itself through a robust security and governance framework that manages documentation as a centralized knowledge base. It employs a multi-source ingestion pipeline to

    TypeScriptllmmcpmcp-server
    在 GitHub 上查看↗57,490
  • vivekvells/mcp-pandocvivekVells 的头像

    vivekVells/mcp-pandoc

    555在 GitHub 上查看↗

    MCP server for document format conversion using pandoc.

    Python
    在 GitHub 上查看↗555
  • wonderwhy-er/desktopcommandermcpwonderwhy-er 的头像

    wonderwhy-er/DesktopCommanderMCP

    5,493在 GitHub 上查看↗

    DesktopCommanderMCP is a Model Context Protocol (MCP) server that gives AI agents direct access to local files, shell commands, and system processes through natural language instructions. It acts as a unified bridge between conversational commands and desktop operations, enabling an AI to translate plain English into file management, code editing, system command execution, data analysis, and software scaffolding tasks without needing its own API. The server exposes these capabilities as structured tools via the MCP protocol, so any compatible agent can interact with the local environment in a

    TypeScriptagentaicode-analysis
    在 GitHub 上查看↗5,493