Showing 16 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    MCP Claude Code

    MCP Claude Code

    MCP implementation of Claude Code capabilities and more

    The MCP Claude Code server implements Claude Code-like functionality, allowing AI assistants to directly execute instructions for modifying and improving project files. It leverages the Model Context Protocol for seamless integration with various MCP clients. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Claude Code Subagents Command Collection

    Claude Code Subagents Command Collection

    Claude Code Subagents & Commands Collection + CLI Tool

    This repository aggregates a large set of specialized subagents and slash commands designed for Claude Code, giving developers domain-focused “teammates” they can summon on demand. Each subagent is defined by a concise role, tools, and behaviors, and ships as Markdown you can drop into your .claude/agents/ directory. The collection targets common developer workflows such as scaffolding, refactoring, test writing, documentation, security checks, and project management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SonarQube MCP Server

    SonarQube MCP Server

    Model Context Protocol (MCP) server for SonarQube

    The SonarQube MCP Server is a Rust implementation that integrates SonarQube's code quality analysis with AI assistants through the Model Context Protocol. It provides access to code metrics, issues, quality gate statuses, and project quality analysis. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DeepSource MCP Server

    DeepSource MCP Server

    Model Context Protocol (MCP) server for DeepSource

    The DeepSource MCP Server enables AI assistants to interact with DeepSource's code quality analysis capabilities through the Model Context Protocol. It allows retrieval of code metrics, access to issues, quality status checks, and analysis of project quality over time. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    MCP Chat

    MCP Chat

    Open Source Generic MCP Client for testing & evaluating mcp servers

    mcp-chat is an open-source, generic command-line interface (CLI) client designed for testing and evaluating Model Context Protocol (MCP) servers and agents. It allows users to interact with various MCP servers, facilitating seamless communication with AI models. The tool supports both interactive and direct prompt modes, enhancing flexibility in user interactions. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FileScope MCP

    FileScope MCP

    Analyzes your codebase identifying important files based on dependency

    FileScopeMCP is a TypeScript-based tool that analyzes codebases to identify important files based on dependency relationships. It generates diagrams and importance scores per file, aiding in understanding code structure and assisting AI assistants in navigating complex projects. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MCPHub

    MCPHub

    A unified hub for centralized management and dynamic organization

    MCPHub is a unified hub that organizes many MCP servers behind clean Streamable HTTP (SSE) endpoints so clients can connect to “all tools,” a specific server, or logical groups. It’s designed to simplify multi-server operations: one process can multiplex several named STDIO servers and re-expose them over HTTP for IDEs and services. The README ships in multiple languages and includes deployment and routing guidance, signaling an intention to reach a broad user base. The project publishes to...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Browser MCP

    Browser MCP

    Browser MCP is a Model Context Provider (MCP) server

    ...Because it runs against the user’s primary browser, it’s well-suited to repetitive web tasks, authenticated dashboards, and debugging workflows inside MCP-capable IDEs. A public website and extension streamline installation and connect the local server to clients like Claude, Cursor, VS Code, and Windsurf. The repository shows active development and a growing star count, reflecting rapid adoption across agent tooling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    n8n-MCP

    n8n-MCP

    A MCP for Claude Desktop / Claude Code / Windsurf / Cursor

    n8n-mcp is a Model Context Protocol (MCP) server that turns the n8n workflow platform into a set of first-class, typed tools an AI assistant can understand and operate. It exposes structured knowledge of n8n nodes and operations so an agent can reason about workflows, parameters, and executions without scraping docs or guessing API shapes. The server focuses on making Claude Desktop (and other MCP-capable clients) “n8n-literate,” enabling tasks such as inspecting existing workflows,...
    Downloads: 8 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 10
    Claude Debugs for You

    Claude Debugs for You

    Enable any LLM (e.g. Claude) to interactively debug any language

    Claude Debugs For You is an MCP Server and VS Code extension that enables Claude, or any other Large Language Model, to interactively debug and evaluate expressions. It is language-agnostic and integrates with VS Code's debugging capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Genkit

    Genkit

    An open source framework for building AI-powered apps

    Genkit is an open-source framework developed by Firebase for building AI-powered applications using familiar code-centric patterns. It simplifies the development, integration, and testing of AI features, providing observability and evaluation tools, and supports various models and platforms for versatile AI application development. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Simple MCP

    Simple MCP

    A simple TypeScript library for creating MCP servers

    simple-mcp is a TypeScript library designed to facilitate the creation of Model Context Protocol (MCP) servers. It offers a straightforward API, enabling developers to set up MCP servers with minimal code. The library emphasizes type safety through full TypeScript integration and incorporates parameter validation using Zod. It fully implements the MCP, ensuring compatibility with MCP clients. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mcp-server-chatsum

    mcp-server-chatsum

    Query and Summarize your chat messages

    ...Documentation provides a “before you start” checklist to initialize the dataset and highlights the single tool (query_chat_messages) that returns results and summaries. Although releases are minimal, the code and README are sufficient for local setups and experimentation. It’s a practical utility for converting long chat logs into usable, agent-friendly context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MCP Server Chart

    MCP Server Chart

    A visualization mcp contains 25+ visual charts

    ...The server can run over stdio for desktop IDEs or via SSE/“streamable” HTTP transport, making it easy to plug into MCP-capable clients and platforms (including Dify) without custom glue code. A simple CLI and environment variables control behavior, including disabling specific tools, selecting a visualization request service, or tagging a service instance for multi-tenant setups. The README documents private deployment, record generation, and tool filtering, giving teams a path from local experimentation to managed usage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Unla

    Unla

    Gateway service that instantly transforms existing MCP Servers

    Unla is a lightweight, highly available MCP gateway written in Go that turns existing MCP servers or ordinary HTTP APIs into MCP-compliant services through configuration, not code changes. Its goal is to let teams “wire up” tools they already run—internal REST endpoints, third-party APIs, or local MCP servers—and present a single, reliable MCP interface to clients like Claude Desktop, Cursor, and IDEs. The gateway focuses on operational concerns you’d expect in production: multi-instance availability, health checking, and declarative routing that maps upstreams to MCP tools and resources. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Claude-Flow

    Claude-Flow

    The leading agent orchestration platform for Claude

    ...At its core, Claude-Flow integrates Dynamic Agent Architecture (DAA) for self-organizing agent management, neural pattern recognition accelerated by WebAssembly SIMD, and a SQLite-based memory system for context retention and knowledge persistence across tasks. It automates development workflows via pre- and post-operation hooks, providing seamless coordination, code formatting, validation, and performance optimization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next