Skip to main content
Glama
tuesdays-dev

Guardrail MCP Server

by tuesdays-dev

Minimal MCP Server (Python)

This is a minimal Model Context Protocol (MCP) server using the official Python SDK.

Features

  • Tool: guardrail(context: str) -> bool — Checks if the provided context is safe (no code injection or harmful content). Returns True if safe, False otherwise.

Related MCP server: Code Sandbox MCP Server

Quick Start

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the server:

    python main.py

Test with MCP Inspector

To test and explore your server with a GUI:

mcp dev main.py

Install in Claude Desktop

To use this MCP server as a tool in Claude Desktop:

  1. Make sure you have Claude Desktop installed.

  2. In your terminal, run:

    mcp install main.py
  3. The server will appear as a tool in Claude Desktop, ready to use.

References

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A secure Model Context Protocol server that allows AI assistants and LLM applications to safely execute Python and JavaScript code snippets in containerized environments.
    2
    201
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A security-focused Model Context Protocol server that enables controlled local tool execution through strict network firewalls, filesystem protections, and rate-limiting policies. It features a plugin-based architecture for progressive tool discovery and includes reference implementations for web searching and bug tracking.
    15
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A minimal Model Context Protocol server that facilitates network-based client connections using Streamable HTTP transport. It provides a greeting tool and is optimized for consistent deployment across local environments, Docker, and Kubernetes.
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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/tuesdays-dev/gaurdrail-mcp'

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