Skip to main content
Glama

MCP System Bridge

by leynier

MCP System Bridge

An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.

Getting Started

Here's an example configuration using uvx as the command runner:

{ "mcpServers": { "mcp-sys-bridge": { "command": "uvx", "args": [ "mcp-sys-bridge" ] } } }

To install the uvx refer to the uv documentation.

Available Tools

  • open_urls: Open a list of URLs in the default browser.
  • copy_to_clipboard: Copy text to the clipboard.
  • get_current_date_info: Get comprehensive information about the current date including day, month, year, day of year, day name, leap year status, week number, and more.

Changelog

0.1.4

  • Defined annotations to declare tools as read-only.

0.1.3

  • Added get_current_date_info tool to get comprehensive information about the current date.

0.1.2

  • Change open_url to open_urls to open a list of URLs in the default browser.

0.1.1

  • Improve the open_url tool to handle URLs without a scheme and validate that the URL is valid.

0.1.0

  • Added open_url tool.
  • Added copy_to_clipboard tool.

If you find this project useful, please consider starring the repository. Contributions are welcome!

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A server that bridges the Model Context Protocol (MCP) to native OS functionalities, allowing AI assistants to open URLs, manage clipboard content, and retrieve date information.

  1. Getting Started
    1. Available Tools
      1. Changelog
        1. 0.1.4
        2. 0.1.3
        3. 0.1.2
        4. 0.1.1
        5. 0.1.0

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.
        Last updated -
        26
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
        Last updated -
        2
        Python
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
        Last updated -
        3
        6
        Python
        MIT License
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
        Last updated -
        5
        TypeScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/leynier/mcp-sys-bridge'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server